/* CSS Document */

body	{
	background: #c9f;
	}
/*to give the outside part of the page its color*/

.mainpage	{
	background-color: #ffc;
	}
/*to give the main page its background color*/

.display	{
	margin: 0 30px;
	padding: 0 30px;
	font-size: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFCC33;
	}

p {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2;
	color: #63c;
	margin: 12px 5px;
	padding: 0 10px;
	}

h2	{
font-family: "ZapfHumnst BT", Tahoma, Arial, Helvetica, sans-serif;
font-size: 30px;
margin-top: 15px;
color:#ad4a18;
letter-spacing: 6px;
word-spacing: 12px;
text-align: center;
}

h3, h4	{
font-family:"ZapfHumnst BT", Tahoma, Arial, Helvetica, sans-serif;
font-size: 28px;
color: #63C;
letter-spacing: 2px;
word-spacing: 4px;
text-align: center;
}

h4	{
	font-size: 18px;
	}

h5	{
	font-size: 20px;
	}

li	{
	font-size: 18px;
	line-height: 1.3;
	}
a {
	color: #9900FF;
font-weight: bold;
	}

a:hover	{
	color: #00FF66;
	}
	
a:visited	{
	color: #990066;
	}

a:active	{
	color: #FF00CC;
	}
	
.hr	{
margin: 5px 0 5px 0;
padding: 5px 0;
}

.nobullet li	{
	list-style-type: none;
	font-size: 18px;
	line-height: 1.3;
	}

.rule	{
	text-align: center;
	padding: 5px 0 0 0;
	}

.caption	{
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #63C;
	font-size: 14px;
	text-align: center;
	}