
body {background: url("/media/bground.gif") fixed #000000 repeat-y}

/*
body {background: url("/media/bground.gif") fixed #B3B3B3 repeat-y}
*/



BODY, P, UL, TD {
        font-family: Verdana, Helvetica, Arial;
        font-size:16px;
        color:white;
}

H1, H2, H3, H4, H5 {
        font-family: Verdana, Helvetica, Arial;
        font-size:25px;
        color:white;
}



.inBorder {
        font-familty: Verdana, Helvetica, Arial;
        font-size:16px;
        color:black;
}


.inListOfSoftware 
{
        font-familty: Verdana, Helvetica, Arial;
        font-size:16px;
        color:black;
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}


img
{  border-style: none;
}


li.SubMenu
{
	padding-left: 0.5cm;
}



/* link colours when in the left-hand-side navigation area */
A.inBorder:link {
        color: #FFFFFF;
}

A.inBorder:visited {
        color: #FFFFFF;
}

A.inBorder:active {
        color: #FFFFFF;
}

A.inBorder:hover {
        color: #00FF00;
}





/* link colours for the software table */
#inListOfSoftware A:link {
        color: #FFFFFF;
}

#inListOfSoftware A:visited {
        color: #FFFFFF;
}

#inListOfSoftware A:active {
        color: #FFFFFF;
}

#inListOfSoftware A:hover {
        color: #00FF00;
}

#inListOfSoftware:TABLE
{
	padding:2
}




/* Generic link colours - for everything else that doesn't match */
A:link {
        color: #0000FF;
        text-decoration: none;
}

A:visited {
        color: #0000FF;
        text-decoration: none;
}

A:active {
        color: #0000FF;
        text-decoration: none;
}

A:hover {
        color: #8A00FF;
        text-decoration: underline;
}
