/* The Main Stylesheet */

body {
background-color: #333333;
color: #ECECEC;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(images/bottom_middle_heads.gif);
background-repeat:repeat-x;
padding: 1px;
}
.textualHeader {
font-family:"Times New Roman", Times, serif;
font-size: 16px;
color: #DCDCDC;
padding: 5px;
}
.niceQuotes {
font-family:"Courier New", Courier, mono;
font-size: 19px;
color: #D3D3D3;
padding: 5px;
}
a {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #E7E7E7;
text-decoration:none;
font-size: 12px;
}
a:link {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #E7E7E7;
text-decoration:none;
font-size: 12px;
}
a:visited {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #E7E7E7;
text-decoration:none;
font-size: 12px;
}
a:hover {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #B9B9B9;
text-decoration: underline;
font-size: 12px;
text-transform: none;
/* 
little note: replace the 'text-transform: none;' with 'text-transform: uppercase;' if you want a 
special font effect.
*/
}
a:active {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #ABABAB;
text-decoration: underline;
font-size: 12px;
}

.miscs {
font-family:"Courier New", Courier, mono;
font-size: 14px;
text-decoration: none;
color: #E7E7E7;
}
.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #424242;
text-decoration:none;
font-size: 9px;
}
a.copyright {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #424242;
text-decoration:none;
font-size: 9px;
}
a.copyright:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #424242;
text-decoration: underline;
font-size: 9px;
}
.mainText {
font-family:Arial, Helvetica, sans-serif;
color: #C0C0C0;
text-decoration: none;
font-size: 12px;
font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
color: #FBFBFB;
}
.mainTextBigger {
/* not bigger but more noticable */
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight:bold;
}

/* 
Copyright (c) Nino Skopac from Recruiting Grounds
Contact Info:
Nino Skopac - nino@recgr.com
Recruiting Grounds - http://www.recgr.com
Forum Grounds (support etc.) - http://www.forum-grounds.com
Development Grounds (inital release) - http://dev.recgr.com
*/