body
{
 background-color	: #FFFFFF;
 color			: #000066;
 font-family		: verdana, arial, helvetica, sans-serif;
}


/********* divs *********/
.top
{
 margin-left		: auto;
 margin-right		: auto;
 text-align		: center;
 font-size		: large;
}

.content
{
 margin-left		: auto;
 margin-right		: auto;
 text-align		: center;
}

/********* paragraphs *********/
p.firstname
{
 font-style		: italic;
}

/********* links *********/
a:link
{
 color			: #3366FF;
 text-decoration	: underline;
 font-style		: normal;
}

	a:visited
	{
	 color			: #663399;
	 text-decoration	: underline;
	 font-style		: normal;
	}

	a:active
	{
	 color			: #3366FF;
	 text-decoration	: underline;
	 font-style		: normal;
	}

	a:hover
	{
	 color			: #3366FF;
	 text-decoration	: none;
	 font-style		: normal;
	}

	a:visited:hover
	{
	 color			: #663399;
	 text-decoration	: none;
	 font-style		: normal;
	}
