/* CSS Document */

body {
	margin-top: 3px;
}

.bigbold
 {
	font-size: 22px;
	font-weight: bold;
}
.midbold
 {
        color: #FF0000;
	font-size: 15px;
	font-weight: bold;
}
.big-font
{
	font-family: Arial, Courier, mono;
   font-size:16px;
}
table{
font-family: "Courier New", Courier, mono;
font-size:14px;
}

.css3
{
	font-family: Arial, Courier, mono;
   font-size:18px;
}

.style1 {
	font-size: 19px;
	font-weight: bold;
}

