body {
    color: #666;
    font-size: medium;
    line-height: 1.5;
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    text-align: center;
    background-color:#fee0f8;
}

a:link { color:#f69 ;text-decoration:none ;}
a:visited { color:#f69 ;text-decoration:none ;}
a:active { color:#66f ; text-decoration:none ;}
a:hover { color:#f00 ; text-decoration:underline ; }

img {
	border: none;
}

form {
	font-size: x-small;
}
input, textarea, select {
	margin:2;
}
