﻿/* Graves Implement screen style */
body {
	background-color:white;
	font-family: Arial, serif; 
	color:red; 
	font-weight: 400
}
h1 {
	font-size: 58pt; 
	font-weight: bold;
	display: inline
}

h2 {
	font-size: 36pt; 
	font-weight: bold;
}

h3 {
	font-size: 18pt; 
	font-weight: bold;
}

li{
	text-align:left;
}

#page {
	width:780px;
	margin: 0 auto;
	border: 0px solid black;
}
#logo{
	height:280px;
}
#logo_b{
	text-align:right;
	vertical-align:text-bottom;
	margin-right:60px;
	margin-top:130px;
	color:maroon;
}
#logo_b h2{
	font-size:28px;
}
#top{
	background-image:url('../images/Play/Play3.jpg');
	border:5px red;
	height:300px
}
#top table{
	padding:0 0 0 5px;
	text-align:center;
	width: 100%;
}
#body{
	border:5px red outset;
}
#body table{
	padding:0 0 0 5px;
	text-align:center;
	width:100%;
}
.style2 {
	border-width: 0;
}
#btext{
	font-size:10px;
	width:90%
}
.before{
	
	font-family:"Times New Roman", Times, serif;
	color:#FF0000;
	text-align:center;
}
.during{
	font-family:"Times New Roman", Times, serif;
	color:blue;
	text-align:center;
}
.after{
	font-family:"Times New Roman", Times, serif;
	color:#008000;
	text-align:center;
}
