/*Style sheet for LVS CSS class week 5*/

 

body 	{font-family: garamond, verdana, arial, serif;
           	font-size: 1em;
	color: #0009BC;
	background-image: URL("cssimages/bgcircle.gif"); 
	background-color: #DCCEDD; 
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 15px; 
	margin-right: 10px; 
	margin-left: 10px;
	}

.bgindex 	{background-image: URL("cssimages/backwk4_2.jpg"); 
	padding: 0.1px; 
	border-width: medium; 
	border-style: solid; 
	border-color: #4040FF;
	width: 600px;
	} 

.bgheader 	{background-image: URL("cssimages/bkgrnd_header.jpg"); 
	padding: 1.0px; 
	border-width: medium; 
	border-style: solid; 
	border-color: #4040FF;
	width: 500px; 
	} 

p	{font-family : "poor richard", verdana, arial, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #003366;
	}

h1	{font-family: garamond, verdana, arial, serif;	
	font-size: 2.50em;
	font-weight: bold;
	color: #0000B5;
	}

h2	{font-family: garamond, verdana, arial, serif;	
	font-size: 1.75em;
	font-weight: bold;
	color: #0000B5;
	}

h2 em	{color:#656565;
	font-size: .50em;
	}

h3	{font-family: garamond, verdana, arial, serif;	
	font-size: 1.50em;
	font-weight: normal;
	color: #0005DA;
	}

h4	{font-family: garamond, verdana, arial, serif;	
	font-size: 1.00em;
	font-weight: bold;
	color: #008000;
	}

.lead2	{font-size : 24pt;
	font-family: chiller, verdana, arial, serif;
	color: #008000;
	font-weight: bold;
	}

h6	{font-family: "poor richard", verdana, arial, serif;	
	font-size: 12pt;
	color: #000080;
	}

.lead	{font:18pt "arial";
	color: #008000;
	font-weight: bold;
	}

.lead1	{font-size : 24pt;
	font-family: chiller, verdana, arial, serif;
	color: #003366;
	}

.ans 	{text-indent: 20px;
	width: 700px;
	padding-left: 10px;
	}

ul 	{font-size : 16pt;
	font-weight: bold; 
	font-family : "poor richard", verdana, arial, serif; 
	color : #003366;
	list-style-image: url(cssimages/css_wk3bullet.gif);
	}

ul ul li 	{font-size : 14pt; 
	font-family : "poor richard", verdana, arial, serif; 
	color : #003366;
	font-weight: bold;
	text-indent: 30px;
	list-style-image: url(cssimages/css_wk5bullet.gif);
	}

img	{margin: 2px 2px 2px 2px;
	}


a:link	{color: #2C00ED;
	background-color: transparent;
	font-weight: bold;
	font-size: 11pt;
	}

a:visited	{color: #6F031B;
	background-color: transparent;
	text-decoration: none;
	font-size: 11pt;
	}

a:hover  	{background-color: #AFB3FB;
	color: #951627;
	text-decoration: none;
	} 

a:active	{color:#CD8C2E;
	background-color: transparent;
	text-decoration: none;
	font-size: 11pt;
	}

DIV.left	{text-align: left;
	}

.note	{color: #003366;
	font-weight: bold;
	font-size: 18pt;
	}

.color 	{background-color: #C0C0C0;
	} 
.color1 	{background-color: #C104C8;
	}

.backgr1 	{ background-image: URL(cssimages/backwk4_1.jpg); 
	}

.backgr2 	{ background-image: URL(cssimages/backwk4_2.jpg); 
	}


.ans 	{color: #630573;
	font-weight: normal; 
	}

.cutepull	{font: 70pt "wingdings";
	background: #C0C0C0;
	color: #FF0000;
	width: 220px;
	}

.cutetext	{font: 15pt "verdana";
	color: #000000;
	font-weight: normal;
	margin-top: -.90in
	}
