a:link 		{
	color : blue;
			}
a:visited	{ 
				color : red; 
				}
				
a:active		{
				color : green;
				}
				
		
a:hover		{
				color : #FF00FF;
				
				}				
			
a.big:hover	{
				color : purple;
				font-weight : bolder;
				text-transform : uppercase;
				}

a.question:link	{
	color: blue;
	text-decoration: none;
				}

a.question:hover {
	color: White;
	text-decoration: none;
}

a.question:visited {
	color: red;
	text-decoration: none;
				}

a.question:active{
	color: green;
	}
				
				
body 			{
	background-color:#cccc99;
	color: black;
	margin-top: 0%;
	margin-bottom: 0%;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
				}

h1				{
	font-weight: bolder;
	font-size: 2em;
	text-align: center;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h2				{
				font-size: 1.5em;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				}
h3				{
				font-size: 1.25em;
				font-family: Arial, Helvetica, sans-serif;
				}

				
h4,h5,h6		{
				font-family: Arial, Helvetica, sans-serif;
				}
								
ul.subjectlist	{
				list-style-type:cjk-ideographic
				}

li				{
				list-style-type : circle;
				}
				
p.projintro	{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	}

p.ashmus		{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.75em;
				}

div.navigation	{
	background-color:#cccc99;
	text-align: left;
			
				}

li.navigation	{
	display: block;
	list-style: none;
	font-size: small;
	text-align: center;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	background-color: #336600;
	border-style: outset;
	font-variant: small-caps;
	font-weight: bold;
}

a.navigation:link	{
	color: #FFFF00;
					}

a.navigation:visited {
	color: yellow;
}

a.navigation:hover {
	color: #FF00FF}



				
div.title		{
				margin-left: 10%;
				margin-right: 10%;
				text-align:center;
				background-color:#FFFFCE;
				font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
				}

div.main		{
	background-color:#ccCC99;
	margin-left: 5%;
	margin-right: 10%;
	font-family: Arial, Helvetica, sans-serif;
}		
					
div.footer	{
				margin-left: 10%;
				margin-right: 10%;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.75em;
				background-color:#cccc99
				}
.AccessionNo {
	font-size: 10px;
	font-style: italic;
}
.QuestionHeaders {
	color: #CC0000;
}

.instructions {
	text-align: center;
	font-style: italic;
	}


.drawnby {
	font-size: small;
	font-weight: bold;
	text-align: center;
}
li.topmenu	{
	display: inline;
	list-style: none;
	font-size: xx-large;
	text-align: center;
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	background-color: #336600;
	height: auto;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
}

.plain {
	text-decoration:none;
	}

