/* CSS Document */

body {
	background-color: #FFFFCC;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	color: #990000;
	font-style: italic;

   }

