
@charset "utf-8";
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
}
body{background: url('/pics/bg.jpg');}

/*global font*/
h1, h2 {color: #6181C1; font-weight: normal;}
h1 {
	font-size: 18pt;
	
}

h1 a {background: #F60; color: #fff; font-weight:bolder;padding: 5px; border-bottom: 1px solid ; display: block; text-align: center; text-decoration: none;}
h2 {
	font-size: 16pt;
}
th {
	background: #f60;
	font-weight: bold;
	color: #fff;
}
#head {
	margin: auto;
	text-align: center;
	border: 1px solid #fff;
	outline: 1px solid #000;
	height: 50px;
	background:#6181C1;
	color: #fff;
}