<Style>/* Default CSS Stylesheet for a new Web Application project */{}

body 
{
font: bold 10px Arial, Georgia, Times, serif;
color: #FFF;
scrollbar-face-color: FFE5F1;
scrollbar-highlight-color: white;
scrollbar-darkshadow-color: FFE5F1;
scrollbar-shadow-color: white;
scrollbar-arrow-color: white;
scrollbar-track-color: FFE5F1;
}

a {
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

table {font: bold 10px Arial, Georgia, Times, serif;
color: #000;}

a:hover {
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #fff; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

ul.menu {margin:5px 0; padding: 5px 0; }
ul.menu li {display:block; float:right; text-align:center; margin-right:4px; margin-top:0px;}
ul.menu li a {color:#fff; font:bold 11px arial; text-decoration: none; display:block; width: 66px; background: #FF0078; border: 3px solid #FFF;}
ul.menu li a:hover {color:#fff; font:bold 11px arial; background: #00FF87;}

.menutext
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 15pt; /* Font Size */
color: Green; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.menutext a
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FF0078; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */

}

.menutext a:visted
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: FF58A7; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
}

.menutext a:hover, a:active
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: white; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: green; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FF0078; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

.text a:hover
{
font-family: Arial, Geneva, Helvetica; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FF58A7; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
}

</Style>