/* CSS Document */

body
{ 
background:#e2e2cc; /*fons*/
color:#000000; /*text*/
font-family: Verdana, Arial, Courier New, Courier, mono;
font-size: 13px;
margin: 20px 20px 20px 20px;
} 


a:link {color: #333333; text-decoration: none}
a:visited{color: #494949; text-decoration:none}
a:hover{color:#000000; text-decoration:underline;}
a:active {color: #333333; text-decoration:none}


div.bigMargins {
width: 700px;
margin-top: 50px;
margin-left: 50px;
/* margin: 50px 50px 0px 0px;*/
  margin-left: auto ;
  margin-right: auto ;
}

div.teachContent {
background:#FFFFFF;
color:#000000;
/*
background:#f4f4dd;
background:#E6E6E6;
color:#00CC99;*/
border:doble #330066;
width: 700px;
  margin-left: auto ;
  margin-right: auto ;
padding: 25px;
border:outset;
a

}

/*.asContent a:link {color:#CC9933; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif}*/
.teachContent a:link {color:#5a5a46; text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.teachContent a:visited{color: #5a5a46; text-decoration:underline; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.teachContent a:hover{color:#5a5a46; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.teachContent a:active {color: #5a5a46; text-decoration:underline; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}

.sketchLink {
/*font-weight:bold;
color:#339900;
link: #82C0FF;
*/
}

.sketchLink a:link {color:#006697; text-decoration: underline; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.sketchLink a:visited{color: #006697; text-decoration: underline; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.sketchLink a:hover{color:#006697; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.sketchLink a:active {color: #006697; text-decoration: underline; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold;}


div.code {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	background:#82C0FF;/*#3399CC;*/
	color: #000000;
	font-type: strong;
	border:#330066;
	width: 600px;
	font-style: normal;
	font-weight: normal;
	
	padding: 15px;
}

pre {  FONT-FAMILY: "Courier New", Courier, mono; FONT-SIZE: 13px; LINE-HEIGHT: normal; COLOR: #000000}

div.destacat {
	margin-top: 5px;
	margin-left: 25px;
	background:#CCCCCC;
	color:#333333;
	font-type: strong;
	border:#330066;
	width: 600px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 15px;
}


h2 { 	font-style: italic;
	font-weight: bold; 
		font-family: Courier New, Courier, mono;
	}
	
h3 { 	font-style: italic;
	font-weight: bold; 
		font-family: Courier New, Courier, mono;
}

.apartat{ 	
	font-weight: bold;
	font-size:16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background:#e2e2cc;
}




._36Font {
font-size:36px;
}
._24Font {
font-size:24px;
}
._18Font {
font-size:18px;
}

._9Font {
font-size:9px;
}