.menu {

			font-family: Georgia;

			font-size: 14px;

			color: white;

			background-color: red;

}

.body {

			font-family: Georgia;

			font-size: 14px;

			color: black;

			background-color: white;
}

.menu a:link {

			color: white;

			text-decoration: none;

}



.menu a:visited {

			color: white;

			text-decoration: none;			

}			

.menu a:hover {

			color: yellow;

		  text-decoration: none;

}

.body a:link {

			color: blue;

			text-decoration: none;

}

.body a:visited {

			color: blue;

			text-decoration: none;

}			



			.body a:hover {

			color: red;

			text-decoration: none;

}
div.box								 {
											 border-color:red;
											 border-width:1px;
											 border-style:solid;
											 }
div.boxbottom					 {
											 border-color:red;
											 border-width:1px;
											 border-style:solid;
											 background:red;
											 color:white;
											 text-align:center;
											 }