/* Styles for LVS Assignments Site; created 06/06/01 */

body	  {background-image: URL(images/newbies16_butterfly_mask.jpg);
		background-repeat: repeat-x;
		margin-top: 202px;
		margin-left: 50px;
		background-attachment: fixed;
		font-family: BD-Merced, Beach, sans-serif;
		color: blue;
		font-size: 1em;
		}

p, td	{font-family: BD-Merced, Beach, sans-serif;
	color: #A061AD;
	font-size: 1em;
	text-indent: 20px;
	}

h1	{font-family: BD-Merced, Beach, sans-serif;
	color: #3886C8;
	font-size: 1.25em;
	border: thick dotted blue;
	border-left-width: 5px;
	}

h3	{font-family: BD-Merced, Beach, sans-serif;
	color: #3886C8;
	font-size: 1.25em;
	}

.boxed	{margin: 20px;
	padding: 10px;
	border-width: 20px;
	border-color: #8C3EB8;
	border-style: inset;
	text-align: justify;
	}


a:link	{color: #E66CEE;
	font-weight: bold;
	}

a:active	{color: #D129A4;
		}

a:hover		{background-color: #000000;
		text-decoration: none;
		}

a:visited	{color: #2A8852;
		text-decoration: none;
		}

.note	{color: #A061AD;
	font-weight: bold;
	}

#abc1	{text-decoration: underline;
	}

.double	{line-height: 2;
	}

.color	{background-color: #FFCCFF;
	}

.colorpad	{background-color: #C41A9A;
		padding: 10px;
		border: thin;
		}



IMG	{margin: 5px 10px 15px 20px;
	}

DIV.center	{text-align:center;
		}