/* link styles */
A { text-decoration: none; 
	font-weight: bold; }

A:hover { text-decoration: underline; 
	font-weight: bold; }

A:link { color: #FF8913; }

A:visited { color: #FF8913; }

A:active { color: #FF8913; }

/* main body styles */
BODY	{ color: #FFFFFF;
  	background: #00006A;
	SCROLLBAR-BASE-COLOR: #E27B00;
	SCROLLBAR-DARKSHADOW-COLOR: #E27B00;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #00006A;
	SCROLLBAR-TRACK-COLOR: #00006A;
	SCROLLBAR-SHADOW-COLOR: #E27B00;
	SCROLLBAR-FACE-COLOR: #E27B00;
	SCROLLBAR-3DLIGHT-COLOR: #E27B00; }

/* override main page background/text colors for redirect pages after comments/admin */
.commentreturn	{ color: #000000;
  	background: #FFFFFF; }

/* thin horizontal separators on moblog view */
.accentcolor { background: #E27B00; }

/* between horizontal accent bars on moblog view, typically should match body background color */
.spacercolor { background: #00006A; }

/* background of main moblog sections (header, top links, body, nav bar) */
.mainbgcolor { background: #000000; }

/* bottom text headers */
.bottom2 { font-family: arial, helvetica, geneva, sans-serif;
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 8pt; 
	margin-top: 0px;
	margin-bottom: 0px; }

/* bottom text */
.bottom3 { font-family: arial, helvetica, geneva, sans-serif; 
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 7pt; 
	margin-top: 0px;
	margin-bottom: 0px; }

/* main moblog header (yourname Moblog) */
H1 { font-family: arial, helvetica, geneva, sans-serif; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 18pt;
	margin-top: 0px;
	margin-bottom: 0px; }

/* subordinate headers (in body) and redirect page headers (comment/admin return) */
H4 { font-family: arial, helvetica, geneva, sans-serif; 
	font-weight: bold;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px; }

/* regular text */
P { font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 10pt;
	margin-top: 0px; }

/* used to reduce size of regular text */
.small { font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 8pt;
	margin-top: 0px; }

/* for bullet lists */
UL { font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 10pt;
	margin-top: 0px; 
	margin-bottom: 0px; }

/* list item */
LI { font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 10pt;
	margin-top: 0px; }

/* submit buttons */
.button { font-family: arial, helvetica, geneva, sans-serif;
	color: #00006A;
	font-size: 8pt;
	font-weight: bold;
	border-width: 0;
	background-color: #FFFFFF;
	cursor: hand; }

/* form fields */
.field { font-family: arial, helvetica, geneva, sans-serif;
	font-size:  8pt;
	color: #00006A;
	border-width: 0;
	background-color: #FFFFFF; }
