/* General text and small links styles
---------------------------------------------*/
a {
text-decoration:none;
}

a:link { 
color:#BA66B9 
} 

a:visited { 
color:#A550A4 
} 

a:hover { 
color:#FCB326
} 

a:active { 
color:#FCB326 
}

h {
font: 13/1 verdana, arial, sans-serif;
font-weight:bold;
color:black;
} 

h1 {
font: 16 verdana, arial, sans-serif;
font-weight:bold;
font-stretch: narrower;
color:#864A85;
} 

h2 {
font: 13/.5 verdana, arial, sans-serif;
font-weight:bold;
color:#BA66B9;
} 

p {
font: 11/1.5 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
} 

.normal {
font: 11/1.5 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
} 

.smalltext {
font: 9/1 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
} 



/* For lists of my links to other of my navigation pages 
---------------------------------------------*/
.subnav {
font: 14/1.5 verdana, arial, sans-serif;
font-stretch: narrower;
color:gray;
text-decoration:none;
}

.subnav a:link { 
color:#BA66B9 
} 

.subnav a:visited { 
color:#A550A4 
} 

.subnav a:hover { 
color:#FCB326
} 

.subnav a:active { 
color:#FCB326 
}


/* For important links that aren't main subnav links
---------------------------------------------*/
.noticelink {
font: 13/1.5 verdana, arial, sans-serif;
text-align: center;
text-decoration:none;
}

.noticelink a:link { 
color:#BA66B9 
} 

.noticelink a:visited { 
color:#A550A4
} 

.noticelink a:hover { 
color:#FCB326
} 

.noticelink a:active { 
color:#FCB326 
}



/* For breakout text with border
---------------------------------------------*/
.breakout {
border: medium double;
border-color: #AAABAB;
padding: .3cm;
font: 12 verdana, arial, sans-serif;
font-stretch: narrower;
color:#353636;
}

/* For table formatting
---------------------------------------------*/
table {
font-family: verdana,arial,sans-serif; 
font-size:11; 
color: gray;
}



 

