/* MAIN CCS STYLESHEET FOR:
		 THE CAPTAIN'S UNOFFICIAL JLA HOMEPAGE
		 
		 Author: Jason Kirk (jmkprime@yahoo.co.uk) */
		 
/* Universal Rules */

BODY { font-family : Arial, Helvetica, sans-serif; background-color: white; }
A:visited { color : darkred; }
A:link { color : #cc3300 ; }
A:active { color : red; }
P {	font-family : Arial, Helvetica, sans-serif; text-align : left; font-size: 11px; background-color : transparent;}
LI, UL {	font-family : Arial, Helvetica, sans-serif; text-align : left; font-size: 11px; background-color : transparent;}
H1 { font-family : Arial, Helvetica, sans-serif; text-transform : uppercase; font-size : 36px; color : darkred; background-color : transparent;}
H2 { font-family : Arial, Helvetica, sans-serif; text-transform : uppercase; font-size : 21px; color : darkred; background-color : transparent;}
H3 { font-family : Arial, Helvetica, sans-serif; text-transform : uppercase; font-size : 16px; color : black; background-color : transparent;}
H4 { font-family : Arial, Helvetica, sans-serif; text-transform : uppercase; font-size : 12px; color : black; background-color : transparent;}

/* Sidebar properties */

UL.navbar {	background-color: rgb(16,80,166); font-size : 12px; list-style-type: none; margin-left : 0px;	padding : 10px; margin: 10px;}
A.section:visited { color : silver; }
A.section:link { color : white; font-weight: normal; }
A.section:active { color : red; }
	
/* Main section properties */

.main { padding-left: 5%; padding-right: 5%;}
.dis {font-size: 8px; }
 
.nt {color: #808080;}
IMG.pic {margin: 5px;}
.cn { text-align: center;}

TD.tab {background-color: white;}
TD.sep {background-color: black;}

P.sidebar  { width: 100%; }
.sechead { background-color: darkred; color: white; padding: 2px; }
.sechead A:link {color: white; font-weight: bold; text-transform : uppercase;  text-decoration: none; }
.sechead A:visited {color: white; font-weight: bold; text-transform : uppercase; text-decoration: none; }

P.sidebar A {text-decoration: none; }
