/* stylesheet copyright niche.hotlinkchecker.com 2006 */

body
{
	font-family:verdana, arial;
	text-align: left;	
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.gif');
	background-color: #e5e5e5;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #000000;
}


#main
{
	font-family: "Trebuchet MS", verdana;
	width: 778px;	
	margin: 15px auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 12px;
}

#maintitle
{	
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#undertitle
{
	
	font-size: 11px;
	font-weight: normal;	
	text-align: left;
	padding-bottom: 5px;
	padding-left: 70px;
	text-align: center;
}

#maintable
{
	padding-right: 30px;
	text-align: left;

	border-top: 1px solid #aaaaaa;

}

.response
{
	font-family: "arial";
	font-size: 12px;
	border: 1px solid #bbbbbb;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.percent
{
	font-weight: bold;
	font-size: 12px;
	border-left: 1px solid #dddddd;
	padding-left: 5px;
	border-bottom: 1px solid #dddddd;
}

.data
{
	padding-right: 5px;
	border-bottom: 1px solid #dddddd;
}

#result_data
{
	font-size: 12px;	
}
#links
{
	margin: 50px;
}
a 
{
	color:#dd0000;
	text-decoration: underline;
}

a :hover
{
	color:#00aa00;
	text-decoration: underline;
}
