body {
margin: 0;
padding: 0;
text-align: justify;
color: #000000;
background: white;
font: 100% verdana, arial, tahoma, sans-serif;
font-size: 13px;
}
.menu li.first {
margin: 0px;
list-style-type: none;
padding: 0px;
}
.menu ul, li {
margin: 0px;
list-style-type: none;
padding: 0px;
}

.tablemenu {
margin: 0px;
padding: 0px;
text-align: justify;
}

.tdmenusl {
width: 175px;
margin: 0px;
padding: 0px;
color: #000000;
background: #EAEAEA;
border: solid #BDBDBD 1px;
}

.tdmenu {
width: 600px;
margin: 0px;
padding: 5px;
background: white;
}
.menu {
margin-bottom : 20px;
padding : 10px 0 0 0;
margin-left:0px;
}
.menu a {
display: block;
font-size: 11px;
color: #000000;
background: #EAEAEA;
padding: 4px;
text-decoration: none;
border: solid #EAEAEA 1px;
height: 13px;
}
.menu a:hover {
background-color: #DBD8D8;
color: #000000;
border: solid #BDBDBD 1px
}


.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}


			/*TYPOGRAPHY*/
h1 {
padding-left: 30px;
color: #000000;
margin: 0px 0px 10px 0px;
font: normal 1.4em verdana, arial, tahoma, sans-serif;
background: #EAEAEA;
border: solid #BDBDBD 1px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #236bac;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(../images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(../images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(../images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
