/* This stylesheet is for my form processing example homework */
/* Stylesheet design by Dave Call */

p.title
	{
		font-family: Verdana;	
		font-size: 14pt;
		text-align: center;
		color: black;
	}

td
	{
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
	}

tr
	{
		width: 75%;
	}	

input.name
	{
		width: 50%;
		font-family: Verdana;
		font-size: 9pt;
	}

input.email
	{
		width: 75%;
		font-family: Verdana;
		font-size: 9pt;
	}
		
textarea.message
	{
		width: 600px;
		height: 150px;
		font-family: Verdana;
		font-size: 9pt;
	}	

div.message
	{
		text-align: center;
		color: black;
		font-family: Verdana;
		font-size: 10pt;
	}	
input.submit
	{
		width: 70px;
		height: 30px;
		font-family: Verdana;
		font-size: 10pt;
	}
	
body
	{
		background-color:rgb(135,146,167);
	}
			
a.main:active
	{
		text-decoration:none;
		color:Red;
		font-family: Verdana;
		font-size: 10pt;
		font-weight:bold;
	}
		
a.main:link
	{
		text-decoration:none;
		color:Red;
		font-family: Verdana;
		font-size: 10pt;
		font-weight:bold;
	}

a.main:visited
	{
		text-decoration:none;
		color:Red;
		font-family: Verdana;
		font-size: 10pt;
		font-weight:bold;
	}
				
		