@charset "utf-8";
/* CSS Document */

body {
font-family: Tahoma, Arial, sans-serif;
line-height: 1.3em;
font-size: 12px;
color: #333;
background: #f8f8f8;
text-transform:capitalize;
text-align:center ;
}

a:link, a:visited {
text-decoration: underline;
font-weight: normal;
color: #555;
}

a:hover {
text-decoration: none;
font-weight: normal;
color: #333;
}

table { background-color: #F3F3F3; width:90%; text-align:left }
