
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
color : #ffffff;
background-color: #423E3B;
SCROLLBAR-base-COLOR: #2A2A34; 
SCROLLBAR-ARROW-COLOR: #9F9FA8;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman }
a:link,a:active,a:visited { color : #E4E4E4; text-decoration: none; }
a:hover		{ text-decoration: none; color : #EFC70A; }
hr {
border-top: 1px solid #121316;
border-bottom: 1px solid #47475D;
height: 2px;
width: 100%;
}


/* Menu Links */
.menu		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.menu		{ color: navy; text-decoration: none;}
a.menu:link   { text-decoration: none; color : white; }
a.menu:visited { text-decoration: none; color : white; }
a.menu:hover { color: orange; text-decoration: underline;}


/* Heading Links */
.heading		{ font-size: 18px; font-family: TREBUCHET MS; color: #ffffff; background-color: #0030FF; text-decoration: none;}
a.heading		{ color: #000000; text-decoration: none;}
a.heading:link   { text-decoration: none; color : #000000; }
a.heading:visited { text-decoration: none; color : #000000; }
a.heading:hover { color: #000000; text-decoration: none;}



/* Body Links */
.body		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.body		{ color: WHITE; text-decoration: none;}
a.body:link   { text-decoration: none; color : WHITE; }
a.body:visited { text-decoration: none; color : WHITE; }
a.body:hover { color: ORANGE; text-decoration: underline;}


/* Contact_Body Links */
.contact_body		{ font-size: 13px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.contact_body		{ color: WHITE; text-decoration: none;}
a.contact_body:link   { text-decoration: none; color : WHITE; }
a.contact_body:visited { text-decoration: none; color : WHITE; }
a.contact_body:hover { color: ORANGE; text-decoration: underline;}


/* Social Links */
.social		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.social		{ color: WHITE; text-decoration: none;}
a.social:link   { text-decoration: underline; color : ORANGE; }
a.social:visited { text-decoration: underline; color : ORANGE; }
a.social:hover { color: ORANGE; text-decoration: underline;}


/* Resume Title (Name) */
.resumetitle		{ font-size: 17px; font-family: Times New Roman; color: #ffffff; text-decoration: none;}
a.resumetitle		{ color: #ffffff; text-decoration: none;}
a.resumetitle:link   { text-decoration: none; color : #ffffff; }
a.resumetitle:visited { text-decoration: none; color : #ffffff; }
a.resumetitle:hover { color: #ffffff; text-decoration: none;}


/* Resume Headings */
.resumeheading		{ font-size: 15px; font-family: Times New Roman; color: #ffffff; text-decoration: none;}
a.resumeheading		{ color: #ffffff; text-decoration: none;}
a.resumeheading:link   { text-decoration: none; color : #ffffff; }
a.resumeheading:visited { text-decoration: none; color : #ffffff; }
a.resumeheading:hover { color: #ffffff; text-decoration: none;}


/* Resume Text */
.resumetext		{ font-size: 13px; font-family: Times New Roman; color: #ffffff; text-decoration: none;}
a.resumetext		{ color: #ffffff; text-decoration: none;}
a.resumetext:link   { text-decoration: none; color : #ffffff; }
a.resumetext:visited { text-decoration: none; color : #ffffff; }
a.resumetext:hover { color: #ffffff; text-decoration: none;}


/* Bio_Body Links */
.bio_body		{ font-size: 11px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.bio_body		{ color: WHITE; text-decoration: none;}
a.bio_body:link   { text-decoration: none; color : WHITE; }
a.bio_body:visited { text-decoration: none; color : WHITE; }
a.bio_body:hover { color: ORANGE; text-decoration: underline;}


/* comic_body Links */
.comic_body		{ font-size: 20px; font-family: CENTURY GOTHIC; color: WHITE; text-decoration: none;}
a.comic_body		{ color: WHITE; text-decoration: none;}
a.comic_body:link   { text-decoration: none; color : WHITE; }
a.comic_body:visited { text-decoration: none; color : WHITE; }
a.comic_body:hover { color: ORANGE; text-decoration: underline;}


/* Form elements */
input,textarea, select {
color : BLUE;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
BORDER-RIGHT: #47475D 1px solid; 
BORDER-TOP: #121316 2px solid; 
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#ffffff;
}


/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #0d0e13;
}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
BORDER-RIGHT: #121316 2px solid; 
BORDER-TOP: #47475D 2px solid; 
BORDER-BOTTOM: #121316 1px solid;
BORDER-LEFT: #47475D 2px solid;
background:#2C2C3C;
color : #e4e4e4;
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* The main submit button option */
input.mainoption {
BORDER-RIGHT: #121316 2px solid; 
BORDER-TOP: #47475D 2px solid; 
BORDER-BOTTOM: #121316 1px solid;
BORDER-LEFT: #47475D 2px solid;
background:#2C2C3C;
font-weight : bold;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

