@import url("style2.css");
@import url("menucell.css");

img 
{
    border:0px;
}

body 
{
    background-image:url(../images/steel-background.gif);
    background-position:top left;
    background-repeat:repeat;
    border: thin outset;
    color:Black;
    cursor:none;
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12pt;
    font-style:normal;
    font-weight:normal;
    line-height:2;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    
    white-space:nowrap;
    width:1024px;
}

a
{
    text-decoration: none;
	cursor: hand;
	color:yellow;
	font-size:12pt;
}

a:link{
	color: yellow;
	font-size:12pt;
}

a:visited{
	color: yellow;
}

a:hover{
	color: yellow;
	font-weight:bold;
}

a:active{
	color: yellow;
}
