
body
{
    background-color: black;
    background-image:url(images/melbournebynight.jpg);
}
A:link {
    FONT-SIZE: 12px;
    COLOR: darkblue;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

A:visited {
    FONT-SIZE: 12px;
    COLOR: royalblue;
    LINE-HEIGHT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.bannerHeading {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    BORDER-LEFT: medium none;
    COLOR: white;
    BORDER-BOTTOM: medium none;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: black;
}

.mainbody {
    FONT-SIZE: 14px;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
}

.HeadingType1 {
    FONT-WEIGHT:bold ;
    FONT-SIZE: 20px;
    COLOR: #96C800;
    FONT-STYLE:italic ;
    TEXT-DECORATION:underline ;
}

.HeadingType2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-STYLE: italic;
}

.HeadingType3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: black;
    FONT-STYLE: italic;
}

.HeadingType4 {
    FONT-SIZE: 12px;
    COLOR: white;
}

.contentbody {
    LIST-STYLE-TYPE: square;
    LIST-STYLE-POSITION: outside;
}

    .contentbody A:link {
        FONT-WEIGHT: bold;
        COLOR: green;
        FONT-STYLE: italic;
    }

    .contentbody A:visited {
        FONT-WEIGHT: bold;
        COLOR: green;
        FONT-STYLE: italic;
    }

#navcontainer ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: left;
 background-color: black; 
 border-top:2px solid #96C800; 
 }

 #navcontainer ul li
 {
 display: inline;
 font-weight: bold ; 
 font-family: sans-serif;

 }

 #navcontainer ul li a
 {
 text-decoration: none;
 padding: 5px 15px;
 color: #fff;
 }

 #navcontainer ul li a:hover
 {
 color: #fff;
 background-color:#96C800;
 }

#contentcontainer
{
margin: 0px;
background-color: lightgray; 
border:10px solid lightgray;
}

#footercontainer
{
margin: 0px;
background-color: black; 
height: 70px;
}

.footertable
{
width: 100%;
height:50px;
border-bottom :3px solid #96C800;
background-color: lightgray;  
}

.LsideContainer
{
margin: 0px;
background-color: lightgray; 
border:10px solid lightgray;
}
