@charset "utf-8";

p.smaill{
    font-size: 9px;
}

p.title{
	font-size: 16px;
	color: #FF00FF
}
p.stitle{
	font-size: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.4;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF99;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FFFF99;
}
p {
	margin: 5 px;
}



