/* lindaotoole.com, Sep 2008 Jack O'Toole */

#head{
	width:100%;

}

#left{
	float:left;
	width:20%;
	min-height: 50%;
	padding-left: 2em;
}
#left p{
   	font-size:x-large;
}

#right{
	float:left;
	width:70%;
	min-height: 50%;
	padding-bottom:2em;
}

#right p{
	
}


#foot{
	clear:both;
	font-size:300%;
	text-align:right;
	max-height:20%;
	padding-top:1em;
}


body {
	color:#ffffff;
	background-color:#000000;
}
table{
	font-size:x-large;
}
	
a {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:link {
	color: blue;
	text-decoration:none; /*underline;*/
}

a:visited {
	color: red;
	text-decoration: none;
}

a:focus {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}
	

