﻿body {
background : #fdffcb;
font-family : "Arial Black";
color : #bb1a10;
font-size : 11px;
margin: 2px 2px 2px 2px;
}
A:link {
text-decoration : none;
color : #ff5c72;
background : #cffef6;
}
A:visited {
text-decoration : none;
color : #ff5c72;
background : #cffef6;
}
A:hover {
text-decoration : none;
color : #f91958;
background : #cffef6;
}
A:active {
text-decoration : none;
color : #ff5c72;
background : #cffef6;
}
img {
border : 0;
}
h1 {font-size : 14px;}

input {background-color: #cffef6; color: #bb1a10; font-family: 'Arial Black'; font-style: italic; border: 1px solid #f91958; }
textarea {background-color: #cffef6; color: #bb1a10; font-family: 'Arial Black'; border: 1px solid #f91958; }