<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.Menu
{
font-family: Arial; /* Font Face */
font-size: 12pt; /* Font Size */
color: #FFFFFF; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
}

.Text
{
font-family: Arial; /* Font Face */
font-size: 10pt; /* Font Size */
color: #000000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: justify; /* Align Text */
vertical-align: Top; /* Align Text */

}


.large
{
font-family: Arial; /* Font Face */
font-size: 16pt; /* Heading Font Size */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/motor_machine_black.jpg);
	background-attachment: fixed;
}

td#lmenu a:link {
color: #000000;
text-decoration: none;
}
td#lmenu a:visited {
color: #000000;
text-decoration: none;
}
td#lmenu a:hover {
color: #FFCC00;
text-decoration: none;
}
td#lmenu a:active {
color: #CC0000;
text-decoration: none;
}

td#menu a:link {
color: #FFFFFF;
text-decoration: none;
}
td#menu a:visited {
color: #FFFFFF;
text-decoration: none;
}
td#menu a:hover {
color: #FFCC00;
text-decoration: none;
}
td#menu a:active {
color: #FFFFFF;
text-decoration: none;
}


</Style>