html {overflow-y:scroll;}

.small {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
} 

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('/images/background.jpg');
    background-repeat:repeat-y;
}

.bodystyle {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.bodybold {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.bodyitalic {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#000000;
}

.bodylightpurple {
	color:#C5B3DB;
	font-size:14px;
}

.bodyboldlightpurple {
	color:#663399;
	font-weight:bold;
	font-size:14px;
}

.big {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
}

.bigboldpurple {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#3D117B;
}

.xbig {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
}

.xbigbold {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
}
.xbigboldwhite {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF
}

.xbigboldpurple {
	font-size: 24px;
	color: #3D117B;
	font-weight: bold;
}

.xbigboldpink {
	color:#95258B; 
	font-weight:bold; 
	font-size:24px;
}

.expanded {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	letter-spacing:4px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3D117B;
	text-align:center;
}

.sidebar {
	font-size:10px;
	color:#FFFFFF;
}

.sidebarbold {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/* These font sytles that affect shows */
.cooldrink {color:#003366; font-size:14px; }
.cooldrinkbold {color:#003366; font-size:14px; font-weight:bold;}
.third {color:#9F1F20; font-size:14px; }
.thirdbold {color:#9F1F20; font-size:14px; font-weight:bold;}
.paris {color:#F47F20; font-size:14px;}
.parisbold {color:#F47F20; font-size:14px; font-weight:bold;}
.andherhair {color:#95258B; font-size:14px;}
.andherhairbold {color:#95258B; font-size:14px; font-weight:bold;}
.enddays {color:#0099CC; font-size:14px;}
.enddaysbold {color:#0099CC; font-size:14px; font-weight:bold;}
.madeline {color:#df1b53; font-size: 18px;}
.madelinebody {color:#df1b53; font-size:14px;}
.santaland {color:#FF0000; font-size: 18px;}
.santalandbody {color:#FF0000; font-size:14px;}
.shootingstar {color: #272063; font-size:14px;}
.shootingstarbold {color: #272063; font-size:14px; font-weight:bold;}
.blackpearl {color:#6B4B8E; font-size:14px;}
.blackpearlbold {color:#6B4B8E; font-size:14px; font-weight:bold;}
.truelove {color: #EE1B22; font-size:14px;}
.truelovebold {color: #EE1B22; font-size:14px; font-weight:bold;}
.shakin {color: #2B3A9F; font-size: 14px;}
.shakinbold {color: #2B3A9F; font-size: 14px; font-weight:bold;}
.nightblooms {color: #653366; font-size:14px;}
.nightbloomsbold {color: #653366; font-size:14px; font-weight:bold;}
.amazinggrace {color: #00B2F4; font-size:14px;}
.amazinggracebold {color: #00B2F4; font-size:14px; font-weight:bold;}

a {
	/* These rules affect all the links in your site */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

a:link, a:visited, a:active {
	/* These rules affect all the links in your site */
	text-decoration:none;
}

a:hover {
	/* These rules affect all the links in your site */
	text-decoration:underline;  
}

div#sidebar a:link, div#sidebar a:visited, div#sidebar a:active {
	/*  These rules affect only the links in a div with the id sidebar */
	font-size:11px;
	color:#FFFFFF;
}

div#sidebar a:hover {
	/*  These rules affect only the links in a div with the id sidebar */
	font-size:11px;
	color:#FFFFFF;
}

div#content a:link, div#content a:visited, div#content a:active {
	/*  These rules affect only the links in a div with the id content */
}
