body
{
	background-color: white;
	color: black;
}
a:link
{
	color: red;
}
a:visited
{
	color: blue;
}
a:active
{
	color: blue;
}

p
{
	line-height: 130%;
}
