﻿
body{
font-family: Arial, Helvetica, sans-serif;
}



.FrontPageTopImage{
width: 567px;
height: 187px;
}

h1
{
color: #0d3a95;
font-size: 1.6em;
font-style: italic;
font-weight: normal;
padding: 0px 0px 0px 0px;
}


.headline{
text-align: center; width: 85%; margin: 10px auto; font-weight: bold;
font-size: 1.2em;
}

.introText
{
text-align: center; width: 75%; margin: 20px auto; 
}

.hword{
color: #0d3a95;
font-size: 1.4em;
font-style: italic;
}

#potatoList
{
	text-align: center;
	font-size: 0.8em;
	width: 75%;
	margin: 10px auto;
	font-style: italic;
}

#potatoList a
{
text-decoration: none;
display: inline-block;
color: #0d3a95;
padding: 2px 10px 2px 10px;	
margin: 1px;
}

#potatoList a:hover
{
	margin: 0px;
text-decoration: none;
display: inline-block;

padding: 2px 10px 2px 10px;	
border: solid 1px #444499;
background: #777799;
color: #ffffff;

}

#otherLinks
{
	text-align: center;
	font-size: 0.8em;
	width: 75%;
	margin: 10px auto;
	font-style: italic;
}


#otherLinks a
{
text-decoration: none;
display: inline-block;
color: #0d3a95;
padding: 2px 10px 2px 10px;	
margin: 1px;
}

#otherLinks a:hover
{
	margin: 0px;
text-decoration: none;
display: inline-block;

padding: 2px 10px 2px 10px;	
border: solid 1px #444499;
background: #777799;
color: #ffffff;

}

