
a:link, a:visited {color: #4151ED;
text-decoration: none;}

a:hover, a:active {color: #1955FF;
text-decoration: underline;}

h1 {font-size:11px;
text-decoration: bold;}
h2 {font-size:12px;
text-decoration: bold;}
h3 {font-size:14px;
text-decoration: bold;}

INPUT, TEXTAREA, SELECT, OPTION, SUBMIT, RESET{
	padding: 1px;
	font-size: 13px;
	color: #274B27;
	background-color: #FFFFDD;
	border: solid 1px #274B27;
	
}

