/**
 * this is the style sheet for the site.
 */

html,body {
    margin: 0px;
    padding: 0px;
    background-color:#efe3cd;
    font-family:"Comic Sans MS";
    height:100%;
}

.text {
	color: #111111;
	margin-left: 0pt;
	font-size: 12pt;
	font-family: "trebuchet ms",trebuchet, arial, sans-serif;
}

img {
    border:0;
}
.newtext {
 color:#EFE3CD;
 face-family:"Comic Sans MS";
 font-size:14px;
 font-weight:bold;

}
a {color: #990099; font-weight: bold;}
a:link {color: #990099; font-weight: bold;}
a:visited {color: #660066; font-weight: bold;}
a:hover {color: #cc00cc; font-weight: bold; }
a:active {color: #990099; font-weight: bold;}

a.new {color: #0E500E; text-decoration: underline; font-family: "Comic Sans MS"}
a.new:link {color: #0E500E; text-decoration: underline; font-family: "Comic Sans MS"}
a.new:visited {color: #0E500E; text-decoration: underline; font-family: "Comic Sans MS"}
a.new:hover {color: #0E500E; text-decoration: underline; font-family: "Comic Sans MS" }
a.new:active {color: #0E500E; text-decoration: underline; font-family: "Comic Sans MS"}


h3 {
	color: #EFE3CD;
	text-align:center;
	font-family: "Comic Sans MS",arial, sans-serif;
	background-color:#105020;
}

.title {
 color:#012c06;
 face-family:"Comic Sans MS";
 font-size:15px;
 font-weight: bold;
 padding:10px;
}

.descr {
 color:#012c06;
 font-family:"Comic Sans MS";
 font-weight:normal;
 font-size:13px;
}
.footer {
	color: #231c14;
	font-size: 8pt;
	font-family: "bookman old style","trebuchet ms", trebuchet,	arial, sans-serif;
}

a.footer:link {color: #231c14; text-decoration: underline;}
a.footer:visited {color: #231c14; text-decoration: underline;}
a.footer:hover {color: #660066; text-decoration: underline;}
a.footer:active {color: #231c14; text-decoration: underline;}





a.cart:link {color: #231c14; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.cart:visited {color: #231c14; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.cart:hover {color: #cc00cc; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.cart:active {color: #231c14; text-decoration: none; font-weight: bold; font-size: 10pt;}



