﻿/* CSS Document */
body 
{
	font: 12px tahoma;
	color:#003399;
	width:700px;
	margin:.5cm auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

tr	
{
	vertical-align:top;
}

h1	
{
	font: 16px tahoma;
	color:#990000;
}

h3 {
	font-family: Garamund, Tahoma, Arial;
	font-size: 18px;
	color: #990033;
	}
	
h2 {
	font-family: Garamund, Tahoma, Arial;
	font-size: 12px;
	color: #990033;
	}
	
	a.menu:link,a.menu:visited {
	font-family: Garamund, Tahoma, Arial;
	font-size: 20px;
	color: #000099;
	text-decoration: none;
	}
	
a.menu:hover {
	font-family: Garamund, Tahoma, Arial;
	font-size: 20px;
	color: #990033;
	text-decoration: none;
	}

