@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
	color:#903;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
td{
	text-align:center;
	border:dotted 1px #cc9;
}
th{
	text-align:right;
}
.navblock,h1{
	margin-left: auto;
    margin-right: auto;
}
.navblock{
	width:600px;
}
.navblock h1{
	text-align:center;
	background-color:#903;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0px;
}

.navigation{
	background-color:#CC9;
	color:#FFF;
	text-align:center;
	border-top:double 3px #fff;
}
.navigation, .navblock h1{
	border-bottom:double 3px #fff;
}
.navigation a{
	color:#FFF;
	font-size:25px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	border:none;
}
.navigation a:hover{
	color:#CC9;
	background-color:#FFF;
}
img{
	border:dotted 1px #cc9;	
}
.navblock img{
	border:none;
}
.footer{
	color:#999;
	font-size:10px;
	font-style:italic;
	letter-spacing:4px;
	text-align:center;
}
.heading{
	background-color:#FF55;
	margin-left: auto;
    margin-right: auto;
	width:600px;
	border-top:dotted 5px #cc9;
	margin-top:50px;
}

p{
	text-align:left;
	margin-left: auto;
    margin-right: auto;
	width:600px;
	color:#330;
}
ol{
	margin-left: 20%;
    margin-right: auto;
	width:600px;
	color:#330;
}
ol li{
	padding-bottom:30px;
}
ol li ul li{
	padding-bottom:0px;
	padding-top:5px;
}
ol li ul{
	padding-bottom:5px;
}

.heading h1{
	font-size:20px;
	color:#903;
	font-variant:small-caps;
	text-align:left;
	background-color:#fff;
}
.heading p{
	text-align:right;
	text-transform:capitalize;
	width:100%;
	background-color:#FFF;
	text-indent:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:200;
	border-bottom:dotted 3px #cc9;
}
