body {
    color: #000000;
    font-family:  'Courier New','CourierNewPSMT', monospace;
    font-size: 12;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 100px;
    margin-left: 100px;
    margin-right: 0px;
    margin-top: 50px;
    text-transform: lowercase;
}

p {
    font-size: 13px;
    text-transform: lowercase;
    line-height:20px;
}

td {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 13px;
    text-transform: lowercase;
}

tr {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 13px;
    text-transform: lowercase;
}


.menu {
    color: #000000;
    font-family: 'Courier New','CourierNewPS-BoldMT' ,'Courier New Bold', monospace;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.title { 
		color: #000000;
    font-family: 'Courier New', 'CourierNewPS-BoldMT', 'Courier New Bold', monospace;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.title_blog { 
		color: #000000;
    font-family:  'Courier New', 'CourierNewPS-BoldMT','Courier New Bold', monospace;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.title_small { 
		color: #000000;
    font-family:  'Courier New','CourierNewPS-BoldMT', 'Courier New Bold', monospace;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}


.cat_blog { 
		color: #000000;
    font-family:  'Courier New', 'CourierNewPS-BoldMT','Courier New Bold', monospace;
    font-size: 13px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    text-decoration: italic;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}


a {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #4f4f4f;
    text-decoration: underline;
}


a.title_blog {
    color: #000000;
    text-decoration: underline;
}
a.title_blog:visited {
    color: #000000;
    text-decoration: underline;
}
a.title_blog:hover {
    color: black;
    text-decoration: underline;
}

a.cat_blog {
    color: #ffffff;
    text-decoration: none;
}
a.cat_blog:visited {
    color: #ffffff;
    text-decoration: none;
}
a.cat_blog:hover {
    color: #ffffff;
    text-decoration: none;
}



img { 
    border: none; 
}


.img_1 { 
    border: 1px solid; 
}


/* newsletter */

.newsletter {

	margin: 5em;

}


.newsletter-codewords{
  background-color:#EEEEEE;
  width:500px;
  border-style:solid;
  border-color:black;
  border-width:2px;

}
.newsletter-codewords th {
  background-color: #BBBBBB;
  text-align: center;
}

.newsletter-codewords td {
	background-color: #D0D0D0;
   border-style: solid;
   border-width: 1px;
	text-align: center;
}

.newsletter-info {

	padding: 0.5em 1em;
	margin: 3px;
	background-color: #FFFEDC;
	border-width: 1px;
	border-style: solid;
	border-color: #7788DD;
}
.newsletter-error {

	padding: 0.5em 1em;
	margin: 3px;
	background-color: #FFFEDC;
	border-width: 1px;
	border-style: solid;
	border-color: #DD7788;
}


