/* index CSS */

body {
	background-color: #FFFFFF;
		margin: 0;
	padding: 0;
	margin-top: 100px;
}
#logo{
	margin-top: 2px;
}
#other
{
	position: relative;
	border-bottom: 5;
	margin-bottom: -8px;
}
.requierments{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 
	bold;
	color: #FF0000 
	font-size: 18px;
	font-size: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.copyright{	
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: x-small;
}
.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.title{
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
	padding-right: 20px;
	margin-bottom: -10px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}

hr 
{
border: 0;
color:#000000;
background-color:#000000;
height: 2px;
width: 100%;
text-align: left;
}

