@import url('https://fonts.googleapis.com/css?family=Arimo');

body{
color:black;
font-size:16px;
margin: 0px;
font-family:'Arimo';
}
a:link{color:blue;text-decoration:underline;}
a:visited{color:blue;text-decoration:underline;}
a:hover{color:blue;text-decoration:none ;}
a:active{color:blue;text-decoration:underline;}
.style1 {
font-family:'Arimo';
	font-size: 14px;
	color: black;
	font-weight:bold;
}
.style2 {
font-family:'Arimo';
	font-size: 15px;
	color: black;
	font-family:'Arimo';
a:hover:
color:blue;text-decoration:none;
}
.style3 {
font-family:'Arimo';
	font-size: 14px;
	color: black;
}
.style4 {
font-family:'Arimo';
	font-size: 13px;
	color: black;
}
.style5 {
font-family:'Arimo';
	font-size: 12px;
	color: black;
}
#index table tr td
{
	border: 1px solid #CECECE;
	font-size: 12px;
}

#index table tr td, #index table tr td a
{
	color: blue;
}
.big {
font-family:'Arimo';
	font-size: 18px;
	color: black;
}

#sub-cats{
	width: 97%;
	margin: auto auto;
	font-size: 19px;
	height: 20px;
}
#sub-cats ul{
	list-style: none;

}
#sub-cats ul li{
	float: right;
	margin-left: 40px;
}
#credit{
text-align: center;
}