
/* Links within paragraphs (subtle) */
#main a {
color: #990000;
text-decoration: none;
}
/* Links within paragraphs (revealed) */
#main:hover a { 
color: #000000;
border-bottom: dashed 1px;
background: #cccccc;
}
/* Rollover effect for links within paragraphs */
#main a:hover { 
color: #990000;
}

#list-menu {
width: 105px; // Ie6&7
_width: 105px; // firefox
padding: 0px;
_padding: 0px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
}
#list-menu li {
margin: 5px 0 0;
} 
#list-menu a {
display: block;
width: 105px;
_width: 105px;
padding: 2px 0px 2px 14px;
border: 1px solid #D9D5CC;
color: #D9D5CC;
text-decoration: none;
font-family: verdana, sans-serif;
font-size: 0.8em;
font-variant: small-caps;
filter:blendTrans(duration=0.5);

}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #BCB5A5;
background: #FFFFFF;
}


#list-menu a:hover {
border: 1px solid #333333;
background: #797772;
color: #ffffff;
} 




/* Links within paragraphs (subtle) */
#nest a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
#nest:hover a { 
color: blue;
text-decoration: none;
}

/* Rollover effect for links within paragraphs */
#nest a:hover { 
text-decoration: none;
}

#stickynote {
position: relative;
top:-125px;
left:30px;
text-decoration:none;
}
#stickynote2 {
position: relative;
top:-125px;
left:10px;
text-decoration:none;
}

.clear {
clear: both;
}


.small {
color: #797772;
font-size: 1.1em;
position: relative;
top:12px;
left:3px;
}
.fat {
color: #FFF;
font-size: 2.8em;
position: relative;
top:15px;
left: 20px;
}

.red {
color: #990000;
font-size: 1.3em;
position: relative;
top:23px;
left: 52px;
}
h1 {
font-family: Monotype Corsiva, fantasy;
font-size: 2.0em;
font-weight: normal;
}
#tider {
margin: 20px 0px 0px 0px;
font-family: Century Gothic, sans-serif;
font-size: 0.8em;
color: #797772;
} 
