html
	{
	height:100%;
	}
	
form 
	{
  margin: 0;
  padding: 0;
	}


/* body background
----------------------------------------------- */


body
	{
	background-color: white;
	height:100%;
	width:85%;
	}


/* paragraph
----------------------------------------------- */

p
	{
	color: black;
	font-size: 0.75em;
	font-family:Verdana;
	position:relative;
	top:5px;
	bottom:5px;
	margin-left:0px;
	text-align:justify;
	text-indent:0px;
	}


/* pics
----------------------------------------------- */

.left
	{
	float: left;
	position:relative;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	}

/* links
----------------------------------------------- */

a:link
	{
	color: black;
	text-decoration:underline;
	font-weight: bold;
	}
	
a:visited
	{
	color: black;
	text-decoration:underline;
	font-weight: bold;
	}

a:however
	{
	color: black;
	text-decoration:underline;
	font-weight: bold;
	}


/* misc
----------------------------------------------- */

span
	{
	font-size:150%;
	font-weight:bold;
	}
