<style>

/*News text - date*/

strong {font-size:10px; font-family:Tahoma; color:#;}


/*News text - title*/
h1{
font-size:23px;
font-family: "georgia";
font-style: italic;
font-weight: bolder;
letter-spacing: -1px;
width:400px;
border-bottom: 1px dotted #ffffff;
color: #f2a8ce;
line-height:18px;
text-shadow: 1px 1px 1px #ccc4c3;
}

/*Sidebar Images*/

.content-news img {
background-color: #dc2b75;
border: 2px solid #e23c91;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
}

.content-news img:hover{
background-color: #f7f0f2;
border: 2px solid #dbcfcb;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
filter : alpha(opacity=100);
 -moz-opacity : 0.9;
 opacity : 0.9;
-khtml-opacity: 0.9; }

/*Font Styles */
b{ color: #ee5caa;  
   font-weight:bold;
}
i{ color: #ee5caa;
   font-weight:bold;

 }
u{ color: #ee5caa;
   font-weight:bold;

 }
s{ color: #ee5caa; 
   font-weight:bold;

  
}

/*Input/Buttons*/
input{ 
background: #c15482;
font-family: ariel;
border: 1px solid #ffffff;
font-size:10pt;
color: #ffffff;
text-align: center;
padding: 6px;
border-radius: 5px;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; }


/*Form/Text blocks* *Blockquote*/
textarea{ 
background: #c15482;
font-family: ariel;
border: 1px solid #ffffff;
width: 300px;
font-size:10pt;
color: #dc2b75;
text-align: left;
padding: 6px;
border-radius: 5px;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; }


/*Body*/
body{
background-color: #c7edfe;}


/*News text - links*/

a:link {
	color: #dc2b75;
	font-weight:bold;
        text-decoration:none;
}
a:visited {
	color: #dc2b75;
        text-decoration:none;
        font-weight:bold;
}
a:hover {
	color: #998d8d;
        text-decoration:none;
        font-weight:bold;
}
a:active {
	color: #dc2b75;
        text-decoration:none;
        font-weight:bold;
}
       


/*News - content*/
.content-news {
padding-left:10px;
width:500px;
font-size:11px; 
font-family: "Tahoma" ; 
color:#998d8d; 
text-shadow: 1px 1px 1px #ccc4c4;
}

/*Blockquote*/
{
textarea{ 
background: #c15482;
font-family: ariel;
border: 1px solid #ffffff;
width: 300px;
font-size:10pt;
color: #dc2b75;
text-align: left;
padding: 6px;
border-radius: 5px;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
}

</style></head><body>
