body
{
	
	background-image : url('blue.jpg');
	background-attachment : fixed;
	margin-left : 5%;
	margin-right : 5%;
	border: 5px dotted white;
	margin: 2%;
	padding : 2px;
	
}





h1
{

	font-family : "corbel", "Century Gothic", sans serif;
	font-size : 42pt;
	color : white;
	margin-left : 5%;
	margin-top: 5%;
}


h2
{
	font-family : "Century Gothic", sans serif;
	font-size: 27pt;
	color : white;
	margin-left : 10%;
	margin-top : 5%;
	margin-bottom: 10%;
}

h3
{
	margin-left:10%;
	margin-top: 5%;
	font-family: "Century Gothic", Verdana, sans serif; 
	font-size : 21pt; 
	color: white;
}

h4
{
	margin-left: 12%;
	font-family: "Century Gothic", Verdana, sans serif; 
	font-size : 15pt; 
	color: white;
}

p
{

	font-family: Century Gothic;
	text-align: justify;
	font-size: 15pt;
	color: white;
	margin-right: 25%;
	margin-left: 5%;
	margin-top: 2%;
	
}

p.credits
{

	font-size: 12pt;
	font-family: "Century Gothic", Verdana, sans serif;
	color: white;
	text-align: justify;
	margin-left: 15%;
	margin-top: -0.5%;
}


table
{
	margin-bottom: 5%;
	background: #E7F6FD; /* baby blue */
	border: 2px solid white;
	padding: 5px;
	font-size: 12pt;
	line-height: 12pt;
	font-family: "Century Gothic", Verdana, sans serif;
	margin-left : 2%;
	margin-right: 2%;
	margin-top: -10%;
}

caption
{
	color: #E7F6FD; /* baby blue */
	font-size: 21pt;
	font-family: "Century Gothic", Verdana, sans serif;
	text-align: center;
	padding-bottom: 15pt;
	margin-top: 5%;
}

td
{
	background: white;
	border: 1px dashed #00CCFF; /*baby blue*/
	padding: 15px;
}

th
{
	font-size: 18pt;
}

li.contents
{
	color: white;
	font-size: 15pt;
	font-family: "Century Gothic", Verdana, sans serif;
	margin-left: 5%;
}

li
{
	color: black;
	font-size: 12pt;
	font-family: "Century Gothic", sans serif;
}

a:link
{
	color: white;
}

a:visited
{
	color: #00CCFF; /*baby blue*/
}

a:hover
{
	color: #CC99FF; /* light purple*/
}







