@charset "utf-8";
/* CSS Document */
/*
#CssTest a:link {
	color:#990000;
	text-decoration:underline;
	}
#CssTest a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	}
#CssTest a:hover {
	color:#000000;
	text-decoration:none;
	}
#CssTest a:active {
	color:#FF0000;
	text-decoration:none;
	}
	
#CssTest p {
	font-size:12px;
	line-height:17px;
}

#CssTest li {
	font-size:12px;
	line-height:17px;
}

#CssTest ul {
	font-size:12px;
	line-height:17px;
}

#CssTest h1 {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	font-weight: normal;
	}

#CssTest h2 {
	font-family: Tahoma, Verdana;
	font-size: 15px;
	font-weight: normal;
}

#CssTest h3 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
}
*/



