/*Wilde Art Style Sheet*/

body

a:link
{
color:#990033;/*red*/
}

a:visited
{
color:#339966;/*green*/
}

a:active
{
color:#669999;/*blue*/
}



.body-text/*text body*/
{
font-weight: 500;
font-size: small;
font-family: lucida-sans, sans-serif;
color: #660033;/*dk brown*/
}

.title/*page titles*/
{
font-weight: 600;
font-size: medium;
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}
.subtitle/*subtitles*/
{
font-weight: 400;
font-size: 17px;
font-style:italic;  
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}
.largetext/*large text*/
{
font-weight: 550;
font-size: 18 px;  
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}
.medtext/*medium text*/
{
font-weight: 510;
font-size: 14px;  
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}
.captions/*captions*/
{
font-weight: 400;
font-size: 11px;
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}

.contacts/*contact info*/
{
font-weight: 300;
font-size: x-small;
font-family: lucida-sans, sans-serif;
color:#660033;/*dk brown*/
}

.FOOTER/*footer*class*/
{
align:left; 
bgcolor: #990000/*rust*/
font-weight: 400;
font-size: medium;
font-family: lucida-sans, sans-serif;

}