/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,  pre, form, fieldset, table, th, td, img, label{ 
margin: 0; 
padding: 0; 
border: 0;
font-weight: normal;
}

body, p, div{
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000000;
}

.title{
font-size: 16px;
font-weight: bold;
}

body{
margin-left: 25px;
margin-right: 25px;
margin-top: 25px;
margin-bottom: 25px;
}

#boxtitle{
padding: 25px;
}

#wrapper{
}

ul{
list-style-type: none;
display: inline;
}

ul li{
display: inline;
}

img{
padding: 25px;
}