﻿.style1 {
	background-color: #99CCFF;
}
.style2 {
	background-color: #FFFFFF;
}
.style3 {
	background-color: #E8E8E8;
}
.style4 {
	text-align: right;
}
.style5 {
	background-color: #C0C0C0;
}
.stylecool {
	font-size:x-large;
	font-weight: bolder;
}
.stylexsmall {
	font-size: xx-small;
	color: #99ccfe;
}
.stylexsmallwhite {
	font-size: xx-small;
	color: #fffffe;
}
.stylebold {
	font-weight: bold;
}
.stylered {
	color: red;
}
.imgrightborder {
	float: right;
	border: 10px solid transparent;
}
.imgright {
	float: right;
}
.imgleft {
	float:left;
}
.styleleft {
	text-align: left;
}
h1 {text-align:center; font-size:20px;}

body
{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
ul.square {list-style-type:square}