@charset "UTF-8";
/* CSS Document */

body	{
  		background:#7B6C99;
		font:small "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-Serif;
		color:#FFFFB4;
		font-size:small;
		}

h1	{
	text-align:center;
	color:#510000;
	font-size:200%;
	font: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-Serif;
	text-transform:uppercase;
	}

h2	{
	color:#510000;
	font-size:medium;
	}
	
.head	{
		font-size:small;
		font-weight:bold;
		text-transform:uppercase;
		}

.sign	{
		font-size:80%;
		}

div.lists	{
			margin-bottom:0.5em			
			}
			
.small	{
		font-weight:bold;
		text-align:center;
		font-size:80%;
		text-transform:uppercase;
		}
		
.footnote	{
			text-align:center;
			font-size:80%;
			}

.textbox	{
			background:#FFDADA;
			}

a:link	{
		color:#A3B7FF;
		text-decoration:none;
		}
		
a:visited 	{
  			color:#006600;
  			text-decoration:none;
 			 }
a:hover	 {
 		 color:#999999;
		 text-decoration:underline;
		 }


