/***********************************************************************
* Body                                                                 *
***********************************************************************/
body {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	background-image: url(../images/backgroundmain.jpg);
	background-attachment: fixed;
}

/***********************************************************************
* Text Decoration                                                      *
***********************************************************************/
a:link { text-decoration: none; color: #000080}
a:visited {text-decoration: none; color: #000080}
a:hover {color:#800000; text-decoration:underline;}
a.menu:link { text-decoration: none; color: #000000}
a.menu:visited { text-decoration: none; color: #000000}
a.menu:hover {color:#800000; text-decoration:underline;}


/***********************************************************************
* Header                                                               *
***********************************************************************/
h1 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/***********************************************************************
* Footer                                                               *
***********************************************************************/
h2 {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
