﻿/* default styles */

a:link
{
	color: blue;
}
a:visited
{
	color: blue;
} 
a:hover
{
	color: purple;
}
a:active 
{
	color: red;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	color: black;
	font-size: small;
}


h1
{
	font-size: x-large;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: medium;
	font-style: italic;
}
h4
{
	font-size: small;
}
h5
{
	font-size: x-small;
}
h6
{
	font-size: xx-small;
}
