body {
  margin: 0;
  padding: 0;
}
A:link			{
	font-family: Tahoma;
	font-size: +12;
	text-decoration: underline;
	color: #F1F1F0;
	font-weight: bold;
}			
A:visited		{
	font-family: Tahoma;
	font-size: 12;
	text-decoration: none;
	color: #E2A861;
	font-weight: bold;
}			
A:hover			{
	font-family: Tahoma;
	font-size: 12;
	text-decoration: none;
	color: #A94318;
	background: #F1F1F0;
	font-weight: bold;
}			
A:active		{
	font-family: Tahoma;
	font-size: 12;
	text-decoration: none;
	color: red;
	font-weight: bold;
}			
A.p:link			{
	font-family: Tahoma;
	font-size: 14;
	text-decoration: underline;
	color: #F1F1F0;
	font-weight: bold;
}			
A.p:visited		{
	font-family: Tahoma;
	font-size: 14;
	text-decoration: none;
	color: #E2A861;
	font-weight: bold;
}			
A.p:hover			{
	font-family: Tahoma;
	font-size: 14;
	text-decoration: none;
	color: #A94318;
	background: #F1F1F0;
	font-weight: bold;
}			
A.p:active		{
	font-family: Tahoma;
	font-size: 14;
	text-decoration: none;
	color: red;
	font-weight: bold;
}			
A.al:link			{
	font-family: Tahoma;
	font-size: 10;
	text-decoration: none;
	color: blue;
	font-weight: bold;
}			
A.al:visited		{
	font-family: Tahoma;
	font-size: 10;
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}			
A.al:hover			{
	font-family: Tahoma;
	font-size: 10;
	text-decoration: none;
	color: darkred;
	font-weight: bold;
}			
A.al:active		{
	font-family: Tahoma;
	font-size: 10;
	text-decoration: none;
	color: red;
	font-weight: bold;
}			
#top {
  margin: 0px;
  padding: 0px;
  background: #FBCD6F;
  height: 70px;
  border: solid #00CCFF 0px;
  width: 500px;
}
#left {
  position: absolute;
  background: #FBCD6F;
  border: solid #00CCFF 0px;
  left: 0px;
  top: 70px;
  width: 100px;
  height: 300px;
}
.submenu {
  position: absolute;
  background: #bbb;
  border: solid #00CCFF 0px;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  text-align:left;
  visibility: hidden;
}
#center {
  background: #FBCD6F;
	border: solid #00CCFF 0px;
	position: relative;
	top:0px;
  margin-top: 0px;
  margin-left: 100px;
  margin-right: 100px;
	text-align:justify;
	height: 300px;

}
#right {
  position: absolute;
  background: #FBCD6F;
  border: solid #00CCFF 0px;
  right: 0px;
  top: 70px;
  width: 100px;
  height: 300px;
  margin-bottom: 5px;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
p {		text-align:justify;
			font-family: Tahoma;
			font-size:14px;
			margin: 5px;
		    font-weight: bold;
			color: #F1F1F0;
}
h1 { 	margin-top: 10;
		margin-left: 0;
		font-family: Tahoma;
		font-size:17px;
    font-weight: bold;
    color: #F1F1F0;    
}
h2 { 	margin-top: 10;
		margin-left: 0;
		font-family: Tahoma;
		font-size:17px;
    font-weight: bold;
		text-decoration: underline;
		color: #F1F1F0;
}
th {
		font-family: Tahoma;
		font-size:12px;
        font-weight: bold;
}
td {
		font-family: Tahoma;
		font-size:10px;
        font-weight: bold;
}
li {
		font-family: Tahoma;
		font-size:14px;
    font-weight: bold;
		color: #F1F1F0;
		margin-left: 10;
}

