@charset "utf-8";
/* CSS Document */
body {
	background-color: #E8E8E8;
	background-image: url(bgtile.jpg);
	background-repeat: repeat;
}
a:link{
	text-decoration:none;
	color:#000000;
}
a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#FF3300;
}
a:active {
	text-decoration:none;
	color:#000000;
}
ul{
	list-style-image:url(mybullet2.gif);
	text-align: right;
}
#testcss {
	font-size: smaller;
}
