/* theme * style.css * */a:link, a:visited, a:active{	color : #e10f45;	text-decoration : none;	font-size: 10px;	font-weight: 700;	font-family: Verdana}a:hover{	color: #f5b1c3;	cursor: help;}body{	font-family: Verdana;	font-size: 10px;	color: #098950;	background: white;	scrollbar-base-color: white;	scrollbar-track-color: white;	scrollbar-face-color: white;	scrollbar-highlight-color: white;	scrollbar-shadow-color: white;	scrollbar-darkshadow-color: white;	scrollbar-arrow-color: #e10f45;	cursor:crosshair;	margin-left: 15;	margin-top: 15;	margin-bottom: 15;}select, option, textarea, input {	font-family: Verdana;	color: black;	font-size: 10px;	background-color: white;	border-top-color: #e10f45	border-left-color: #e10f45	border-bottom-color: #e10f45	border-right-color: #e10f45	border-width: 1;	border-style: solid;}blink;