<!-- Used for the Postcard Form and Design files --> 

<style type="text/css">
body {	font-family: verdana,arial, helvetica, sans-serif; 
	background-color: white; 
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}

.formtable { font-family: verdana, arial, helvetica, sans-serif;
	     font-size: 13px;
	     background-color: #bdc8e9;
	     border: 1px solid black;
	     color: #555458;
}


.formfield { font-family: verdana, arial, helvetica, sans-serif;
	     font-size: 12px;
	     background-color: white;
}

.designtable { font-family: verdana, arial, helvetica, sans-serif;
	     font-size: 13px;
	     background-color: #e1e1e1;
}


.button { font-family: Arial, sans-serif;
	  background-color: #e6eeff;
	  color: #244203;
	  font-weight: bold;
	  font-size: 12px;
	  border-style: beveled;
	  border-width: 3;
	  cursor: pointer;
}
 
.title { color: #475281; 
	 font-size: 18px;
	 font-family: "tahoma bold", arial, sans-serif
}

.subject { color: #475281; 
	 font-size: 16px;
	 font-weight: bold;
	 font-family: verdana, arial, helvetica, sans-serif
}

a:hover { color: red; background-color: #ffdda2}
a:link { text-decoration: none; color:blue}
a:active {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: blue}

</style>


