body
	{
		color: #ffffff;
		font-family: monospace;
		text-align: center;
		font-size: 12px;
		background-color: transparent;
	}

a:link
	{
		color: #99ccff;
		text-decoration: none;
		font-weight: normal;
	}

a:visited
	{
		color: #ccccff;
		text-decoration: none;
		font-weight: normal;
	}

a:hover
	{
		color: #ffff00;
		font-weight: bold;
	}

a:active
	{
		color: #ff0000;
		text-decoration: none;
		font-weight: normal
	}

sr
	{
		color: #ffffff;
		font-weight: bold;
	}

h1
	{
		font-variant: small-caps;
		font-family: sans-serif;
	}

h2
	{
		font-size: 110%;
		text-align: left;
		font-family: sans-serif;
		font-weight: normal
	}	

h5
	{
		color: #cccccc;
		font-size: 80%;
		font-weight:normal
	}

#page
	{
		text-align: center;
		width: 800px;
		margin: 0 auto; 
		padding: 5%;
	}