a:link      {   color:                 #332244;
                text-decoration:       none;
            }
a:hover     {   color:                 #332244;
                text-decoartion:       none;
                border:                dotted #DD66BB 2px;
            }
a:active    {   color:                 #DD66BB;
                text-decoration:       none;
            }
a:visited   {   color:                 #DD66BB;
                text-decoration:       none;
            }
body        {   background:            url(pics/home/bkgrnd.gif);
                color:                 #FFFFFF;
            }
ul          {
                list-style:            url(pics/home/list.gif);
            }
#noborder 
a:hover     {   border:                none;
            }
#nobord
a:hover     {   border:                none;
            }

#noborder   {   margin-right:          10px;
                margin-left:           10px;
            }
.title      {   position:              absolute;
                height:                100px;
                width:                 60%;
                margin-left:           20%;
                border:                solid black 2px;
                background:            #FFFFFF;
                text-align:            center;
                font-family:           verdana;
                font-size:             20pt;
                color:                 #332244;
            }
.links      {   position:              absolute;
                height:                75%;
                width:                 15%;
                margin-left:           20%;
                margin-top:            110px;
                border:                solid black 2px;
                background:            #FFFFFF;
                text-align:            left;
                font-family:           verdana;
                font-size:             10pt;
                color:                 #000000;
            }
.main       {   position:              absolute;
                height:                75%;
                width:                 44%;
                margin-left:           36%;
                margin-top:            110px;
                border:                solid black 2px;
                background:            #FFFFFF;
                text-align:            left;
                font-family:           verdana;
                font-size:             12pt;
                color:                 #000000;
                overflow:              auto;
            }
#heading    {   border:                #DD66BB dotted 2px;
                color:                 #332244;
                font-size:             14pt;
                pading:                3px;
                text-align:            center;
            }