
/***************************************************************************************/
/* Author.... Rod Fenwick                                                              */
/* Date,,,,,, Oct 2006                                                                 */
/***************************************************************************************/

/*  dark purple : #800080       medium purple : #89078B   */

ul.logo 
    {
    list-style-type: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0.5em;
    left: 0.8em;
    width: 9em;
    }    

ul.logo li
    {
    width: 7em;
    margin :0.5em 1;
    padding 0.3em;
    }

ul.logofame 
    {
    list-style-type: none;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0.0em;
    left: 0.5em;
    width: 9em;
    }    

ul.logofame li
    {
    width: 7em;
    margin :0.5em 1;
    padding 0.3em;
    border: solid 0px #800080;
    }
    
    
ul.links 
    {
    list-style-type: none;
    }

ul.navbar 
    {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 18.0em;
    left: 0.7em;
    width: 6em
    }    

ul.navbar li
    {
    width: 6em;
    margin :0.5em 1;
    padding 0.3em
    color=#800080 ;
    text-align: left;
    border: solid 0px #800080;
    }
    
ul.navbar a
    {
    text-decoration: none;
    }

a:link
{
    color:#800080;
}

a:visited
{
    color:#89078B;
}


a.menulink 
    {
    color=#800080;
    display: block;
    width: 9em;
    text-align: left;
    text-decoration: none;
    font-family:Sans-Serif;
    font-size: medium;
    border: solid 1.5px #800080 ; 
    visited : #89078B
    }

a.menulink:hover 
    {
    color:white
    border: solid 1px white  ;
    background-color: #F26AAD; 
    text-decoration: none;
    }

a.menulink:visited          /* Keep the menu items the same colour */
{
    color: #800080
}


a.menucurr 
    {
    color=#FF80FF;
    display: block;
    width: 9em;
    text-align: left;
    text-decoration: none;
    font-family:Sans-Serif;
    font-size: medium;
    border: solid 3.5px #800080 ; 
    visited : #89078B ; /*white */
    }

a.menucurr:hover 
    {
    color:#89078B
    border: solid 1px #800080  ;
    text-decoration: none;
    }

a.menucurr:visited          /* Keep the menu items the same colour */
{
    color:#89078B
}

a.menugroup 
    {
    color=#FF80FF;
    display: block;
    width: 9em;
    text-align: left;
    text-decoration: none;
    font-family:Sans-Serif;
    font-size: medium;
    border: solid 3.5px #800080 ; 
    visited : #89078B ; /*white */
    }

a.menuroup:hover 
    {
    color:#89078B
    border: solid 1px #800080  ;
    text-decoration: none;
    }

a.menugroup:visited          /* Keep the menu items the same colour */
{
    color:#89078B
}

body
    {
    position: absolute;
    top: 1em;
    left: 1em;
    padding-left: 12em;
    background-image: url(backgrounds/bg-purple-light.jpg);
    background-repeat: repeat;
    }

h1  {
    font-size: 120%; 
    color: #800080;
    font-style: normal;
    text-decoration: underline; 
    font-family: Sans-Serif;
    text-align: center;
    }

p   {
    font-size: 90%; 
    color:#800080;
    font-weight:550;
    font-family:sans-serif;
    }

ul   {
    font-size: 90%; 
    color:#800080;
    font-weight:550;
    font-family:sans-serif;
    }

b   {
    color:#800080;
    font-weight:900;
    font-family:sans-serif;
    }

