/* CSS Document */
body
{
	color : white;
}
a:link
{
	color : white; text-decoration:none;
}
a:visited
{
	color : white; text-decoration:none;
}
a:hover
{
	color : white; text-decoration:none;font-size:17
}

/*img
{
	border : 1px solid white;
}*/
