/* Styles for Wartime Website journals */
/*   Same as 'stylem1', but with different P color AND BODY margins */

P, UL, OL, BLOCKQUOTE {
	font-family : Verdana, Helvetica, helv, sans-serif;
	font-weight : bold; 
	color : #666666;    /* dark gray */
        line-height : 1.3em;
}
A:hover {
	background-color : #FFCC99;
}
.emp {
	color : #990000;    /* reddish brown */
}
.cap {
	font-family : "MS Sans Serif", Verdana, Helvetica, helv, sans-serif;
	font-size : 80%;
	font-style : normal;
}

.cap90 {
	font-family : "MS Sans Serif", Verdana, Helvetica, helv, sans-serif;
	font-size : 90%;
	font-style : normal;
}

.dblsp {
	line-height : 2em;
}

.emp1 {
	color : Black;
}
.emp2 {
	font-family : Verdana, Helvetica, helv, sans-serif;
	font-weight : bold;
	color : #660000;     /* brown */
}

.emp3 {
	font-family : Verdana, Helvetica, helv, sans-serif;
        font-size : 85%;
	color : #660000;     /* brown */
}

.emp4 {
	font-family : Verdana, Helvetica, helv, sans-serif;
	font-weight : bold;
	color : Red;     
}
.emp5 {
	font-family : Verdana, Helvetica, helv, sans-serif;
	font-weight : bold;
	color : #000000;     
}

.emp6 {
	font-family : Verdana, Helvetica, helv, sans-serif;
	font-weight : bold;
	color : #000077;     
}

.red {
	color : Red;
}

BODY { scrollbar-arrow-color: #663333; 
   scrollbar-3dlight-color: #FFCC99; 
   scrollbar-highlight-color: #FFCC99; 
   scrollbar-face-color: #FFCC99; 
   scrollbar-shadow-color: #660000; 
   scrollbar-track-color: #FFFFCC; 
   scrollbar-darkshadow-color: #660000;
   margin-left : 10%;
   margin-right : 10%;
 }
A {
	font-family : Verdana, Helvetica, helv, sans-serif;
        font-weight : bold;
	}
P A {
        /* font-weight: normal;  */
}
H1 A {
	font-family : "Times New Roman", "times roman", tmsrm, serif;
}
H2 A {
	font-family : "Times New Roman", "times roman", tmsrm, serif;
}
H3 A {
	font-family : "Times New Roman", "times roman", tmsrm, serif;
}
H4 A {
	font-family : "Times New Roman", "times roman", tmsrm, serif;
}