/* CSS Document */

body {
background-color:#FFCC00;
background-image: url(images/background.jpg);
background-repeat:repeat;
margin: 30px 30px 30px 30px;
color: #FF3300;
font-family:Arial, Helvetica, sans-serif;
}
small {
font-family:"Times New Roman", Times, serif;
color: #FF3300;
font-weight: bold;
font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
color: #FF0033;
}

/* Links */
a {
/* for better compatibility */
font-family:Arial, Helvetica, sans-serif;
color: #FF3399;
font-size: 12px;
font-weight: bold;
text-decoration:none;
}
a:link, a:visited {
font-family:Arial, Helvetica, sans-serif;
color: #FF3399;
font-size: 12px;
font-weight: bold;
text-decoration:none;
}
a:hover, a:active {
/* we'll create a small, but yet cool effect */
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF3399;
font-size: 12px;
font-weight: normal;
text-decoration: underline;
}

/* page title */
.title {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF6666;
font-size: 28px;
border-left: 5px dotted #FFCC00;
border-right: 5px dotted #FFCC00;
padding: 4px;;
}

.smallSpacer {
font-size: 10px;
}

/* NAVIGATION */
a.navigation:link, a.navigation:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FF3366;
text-decoration:none;
font-weight: bold;
}
a.navigation:hover, a.navigation:active {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #FF9966;
font-weight: bold;
border-bottom: 1px solid #FF3300;
background-color: #FF3333;
}

.linkSeperator {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #FF3366;
text-decoration:none;
}

/* THE MAIN SITE TEXT */
.mainText {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #FF3300;
font-weight: normal;
text-decoration:none;
}
/* THE SIMPLE SITE LINKS */
a.mainLinks:link, a.mainLinks:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #FF3300;
font-weight: normal;
text-decoration:none;
}
a.mainLinks:hover, a.mainLinks:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FF33OO;
font-weight: normal;
text-decoration:underline;
}

/*
Created by:
Recruiting Grounds -- http://www.recgr.com
Initially released on:
Development Grounds -- http://dev.recgr.com
Support:
Forum Grounds -- http://www.forum-grounds.com

Editing of this CSS is allowed but your must leave this comment intact.

-Nino < nino@recgr.com >

*/