
/* html body tag style */
body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    _text-align:center;
}

/* a tag link style */
a:link {color: #960096; text-decoration: none;}
a:active {color: #960096; text-decoration: underline;}
a:visited {color: #960096; text-decoration: none;}
a:hover {color: #960096; text-decoration: underline;}
a img {border: none;}

/* h1 tag style */
h1 {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 140%;
    color: black;
}
    


/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of
   nested div overlays. */
/* It will also center align the design */
#outer-container {
    width: 770px;
    margin: 0 auto;
    _text-align:left;
}

/* header CSS Style Rule */
#header {
    width: 770px;
}

/* footer CSS Style Rule */
#footer {
    width: 770px;
    text-align: center;
    font-size: 60%;
    
}

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 770px;
    margin: 2px 0px 2px 0px;
    text-align: center;

}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content-container {
    width: 770px;
    margin: 2px 0px 2px 0px;
}