﻿/* CSS Document */
body {
	background-color: #CBDEEC;
	margin: 0px;

}
.menu {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A0723E;
	text-decoration: none;

}
.menu:hover {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0B52C7;
	text-decoration: none;

}
td {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;

}
h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #A0723E;
	text-decoration: none;

}
h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #A0723E;
	text-decoration: none;

}
.rights {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #CBDEEC;
	text-decoration: none;

}
