<style type="text/css">
body{
margin : auto;
background-color:#f6f6f6;
color: #444444;
font-family: tahoma, geneva, lucida,lucida grande, arial, helvetica, sans-serif;
font-family: 14px;
text-align: center;
font-weight: bold ;
}
input,textarea,select{
font-weight: bold;
color: #000000;
border: 1px solid #CCCCCC;
background-color: white;
padding: 3px;
border-radius: 7px;
}
input:focus{
box-shadow: 0px 0px 5px #cc0000;
}
#footer {
color: #000000;
font-family: 14px;
text-shadow: 0px 0px 1px #000000;
font-weight: normal;
}
a{
text-decoration: none;
color:#333333;
}