BODY {
	background-color : #FFFFFF;
	color : #7c0a28;
	margin-left : 10%;
	margin-right : 10%;
	margin-top : 25px;
	font-family : 'Comic Sans MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 		{text-align : center;
		 background-color : #FFFFFF;
		 color : #000066;
		 font-size: 32px;
		 font-weight: bold;
		 font-family : Arial, Helvetica, sans-serif;
}

p 		{text-indent : 10px;
		 background-color : #FFFFFF;
		 color : #000066;
		 font-size: 16px;
		 font-weight: bold;
		 font-family : Arial, Helvetica, sans-serif;
}

h4 		{text-indent : 10px;
		 background-color : #FFFFFF;
		 color : #000066;
		 font-size: 12px;
		 font-style: italic;
		 font-weight: normal;
		 text-decoration: underline;
		 font-family : 'Comic Sans MS', Arial, Helvetica, sans-serif;
}
a:link		{font-size: 16px;
			 color: #7c0a28;
			 font-weight: bold;
			 text-decoration: none;
			}

a:visited	{font-size: 16px;
	         color: #C8101D;
	         text-decoration: none;
			}

a:hover  	{background-color: #FFFFFF;
             font-size: 16px;
             color: #152a89;
             text-decoration: none;
             } 

a:active  	{font-size: 16px;
	         color:#00C000;
	         font-weight: bold;
	         text-decoration: none;
			}


.table {
	background-color : #000066;
	color : #CCCCCC;
	padding : 35px;
	border-style : none;
	border-width : thin;
	background-image: url(dwmx-2004-level2-images/week3-table1.jpg);
}

.table2 {
background-color : #000066;
color : #000066;
padding : 25px;
border-style : none;
border-width : thin;
}

.table3 {
background-color : #FFFFFF;
color : #000066;
padding : 15px;
border-style : none;
border-width : thin;
font-family : 'Comic Sans MS', Arial, Helvetica, sans-serif;
}

.right {text-align : right;
		 margin-right : 40px;
		}
.center {text-align : center;
		 }
.copyright 	{text-align : center;
		     margin-right : 40px;
			 font-family : Arial, Helvetica, sans-serif;
			 font-size: 10px;
		     }

