/* Default CSS Stylesheet for a new Web Application project */

.newsHome{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:justify;
}

a.newsTitle:link{
text-transform: uppercase ;
color:#ffcb78;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
font-size:11px;
}
a.newsTitle:visited{
text-transform: uppercase ;
color:#ffcb78;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
font-size:11px;
}
a.newsTitle:active{
text-transform: uppercase ;
color:#ffcb78;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
font-size:11px;
}
a.newsTitle:hover{
text-transform: uppercase ;
color:#ffcb78;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}