/* CSS Document */

body{
	margin:0px;
	width:90%;
}

.style1 {
	font-size: x-large;
	font-weight: bold;
}

.style2 {
font-size:12px;
}

.style3 {
border:thin;
border-color:#663300;
}

.style4 {
	font-size: 24px
}
.style5 {
	color: #990000;
	font-weight: bold;
}
.style6 {
	color: #990000; 
	font-weight: bold; 
	font-size: 24px; 
}
.style7 {
	font-size: 18px;
	color: #990000;
}
.style8 {
	color: #660000
}

.style9 {
	font-size: 12px;
	font-weight: bold;
}

.style10 {font-size: 18px;
color:#660000;
}

.style11 {
	font-size: 12px;
}

