@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body a:link {text-decoration: none; color: #0066FF;}
body a:hover {text-decoration: none; color: red;}
body a:active {text-decoration: underline; color: red;}
body a:visited {text-decoration: none; color: #0066FF;}
body a:visited:hover {text-decoration: none; color: red;}

.nugget {
	margin-bottom: 10px;
	border: 1px dotted #C0C0C0;
}
.nugheader {
	font-size: 12px;
	font-weight: bolder;
	background-color: #99CCFF;
	padding:5px;
}
.nugbody {
	background-color: #F4F4F4;
	padding-bottom: 10px;
}
.nugelements {
	padding-top: 15px;
	padding-right: 9px;
	padding-left: 9px;
	font-weight:500;
	text-align:left;
	font-size:11px;
}

.nugelements a:link {text-decoration: none; color: #FFFFFF;}
.nugelements a:hover {text-decoration: none; color: #CFB9FF;}
.nugelements a:active {text-decoration: underline; color: #CFB9FF;}
.nugelements a:visited {text-decoration: none; color: #FFFFFF;}
.nugelements a:visited:hover {text-decoration: none; color: #CFB9FF;}

.topic {
	border: 1px dotted #C0C0C0;
}
.topheader {
	font-size: 12px;
	background-color: #F4F4F4;
}
.topbody {
	font-style: italic;
}

.blogtitle {
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	font-size:45px;
	color: #7b43fe;
	font-weight:100;
}

.artheader {
	font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:24px;
	color: #7b43fe;
}

.artheader a:link {text-decoration: none; color: #7b43fe;}
.artheader a:hover {text-decoration: underline; color: #7b43fe;}
.artheader a:active {text-decoration: underline; color: #7b43fe;}
.artheader a:visited {text-decoration: none; color: #7b43fe;}
.artheader a:visited:hover {text-decoration: none; color: #7b43fe;}

.arttext {
	font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:13px;
	line-height:23px;
	color:#333333;
}

.artfooter {
	font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:13px;
	color:#999999;
}

.topictitle {
	font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:16px;
	color: #666666;
	font-weight:bold;
}

.mnutext {
color:#7B3CFF; 
font-size:12px; 
font-weight:900;
text-align:left;
}
.mnutext a:link {text-decoration: none; color: #7B3CFF;}
.mnutext a:hover {text-decoration: underline; color: white;}
.mnutext a:active {text-decoration: underline; color: #7B3CFF;}
.mnutext a:visited {text-decoration: none; color: #7B3CFF;}
.mnutext a:visited:hover {text-decoration: none; color: white;}