body { font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	margin: 20px, 20px ;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat 
	}
a:link {  color: Black }
a:visited {  color: Blue }
a:hover {  color: Navy }
a:active {  color: Teal }
h1 { color: #996633;
	padding-top: 10px;
	padding-bottom: 5px ;
	background-color: #b7b9fb ;
	border-color: #cccc33 #cc9933;
	border-width: thin;
	font-weight: 500;
	font-family: "Arial Narrow";
	border: thin outset;
	text-align: center 
	}
h2 { color: #996633;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #bfedec;
	border-color: #99cc33 #996633;
	border-width: thin;
	font-family: "Comic Sans MS";
	border: thin inset;
	text-align: center 
	}
blockquote {  font-family: "Book Antiqua";
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	color: #996633;
	}
ul { list-style-image: url(bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0px 
	}
table {
	border-left-width: 20px;
	border-color: Aqua;
	border-style: ridge;
	font-family : "Times New Roman", Times, serif;
	background-color : transparent;
	text-align: left;
	}
#main  {
	width: 740px;
	text-align: center;
	}
.red {
	color: #FF0000;
	}
.bold {
	font-weight: bold;
	}
.centr {
	text-align: center;
	}
