/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes-base/blog.css);
@import url(/mt/mt-static/themes/unstyled/screen.css);
/* end StyleCatcher imports */


/* add custom css here */
a:link{color:#662D91;text-decoration:none;}
a:visited{color:#662D91;text-decoration:none;}
a:hover{color:#662D91;text-decoration:underline;}
a:active{text-decoration:none}

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	line-height:150%;
	letter-spacing:0.1em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../cmn_img/bg.gif);
	background-repeat: repeat-x;
}

#header-name { font-size: 12px;color: #333; }

#header-description  { font-size: 12px;color: #333; }

.widget-header {
	background: url(../cmn_img/widget_title.gif) repeat-x;
	font-weight:bold;
	line-height:28px;
	padding-left:10px;
	border:solid #ccc 1px;
        font-size:12px;
	}

.entry-title {
	background: url(../cmn_img/entry-title.gif) repeat-x;
	font-weight:bold;
	line-height:28px;
	padding-left:10px;
	border:solid #000 1px; 
	color:#FFFFFF;
        font-size:12px;
	}

.entry-title a:link {
        color:#FFFFFF;
	}

.entry-title a:hover {
        color:#FFFFFF;
	}

.entry-title a:visited {
        color:#FFFFFF;
	}

.entry-title a:action {
        color:#FFFFFF;
	}


