* {
        font-family: verdana, arial, helv;
        font-size: 11 px;
        color: #670000;
}

a{
		font-size: 11px;
		text-decoration: none;
		color: #670000;
 }

a:hover {
		font-size: 11px;
		text-decoration: underline;
		color:  #670000;
 }

h1 {
        font-size: 14px;
        color: #670000;
        text-align: right;
		margin-bottom: 0px;
}

h2 {
        font-size: 12px;
        color: #670000;
        text-align: right;
		margin-bottom: 0px;
		text-align: left;
}

a.menu{
		font-size: 11px;
		text-decoration: none;
		color: white;
		font-weight: bold;
 }

a.menu:hover {
		text-decoration: none;
		color: #EED9D9;
 }

