/* Reset */
body, h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
}
body {
background: url('Images/background.gif') no-repeat #ffffff;
}
body h2{
font-family: Georgia;
font-size: 35px;
font-weight: bold;
}
body p {
font-family: Georgia;
font-size: 11px;
color: navy;
font-weight: bold;
}
body h3 {
font-family: Georgia;
font-size: 13px;
font-weight: bold;
color: navy
}

#minibox-txt h2 {
font-family: Georgia;
font-size: 20px;
color: black;
}
#minibox-txt p {
font-family: Arial;
font-size: 12px;
color: black;
}
#minibox-sidebar h2 {
font-family: Georgia;
color: black;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px dashed red;
padding-bottom: 10px;
}
#minibox-sidebar ul li p {
font-family: Arial;
font-weight: bold;
font-size: 12px;
color: black;
}
#minibox-sidebar ul li .date {
text-transform: uppercase;
color: gray;
font-weight: normal;
font-size: 11px;
}
#minibox-sidebar ul li  {
padding-bottom: 5px;
}
#footer h2 {
font-family: Georgia;
color: black;
font-size: 16px;
font-weight: normal;
padding-bottom: 30px;
}
#footer p {
font-family: Arial;
color: black;
font-size: 12px;
line-height: 18px;
padding-bottom: 10px;
}
