/*
* Style sheet for HTML - CSS specification
*/


BODY 
	{
		background-color: lavender; 
		background-image: url(../pics/topweb.jpg); 
		background-attachment: fixed;
		color: #000066; 
		text-align: justify;
		font-size: 10pt;
	}

H1 
	{
		background-image: url(../pics/textura.jpg); 
		font-family: arial, helvetica, sans-serif; 
		font-size: 24pt; 
		color: #000066; 
		font-weight: bolder; 
		text-align: center; 
		width: 100%; 
		background-color: lightgrey; 
		border-style: inset; 
		border-width: 3px; 
		padding-left: 5px; 
		padding-right: 5px; 
		padding-top: 5px; 
		padding-bottom: 6px;
	}

H1.web 
	{
		background-image: url(../pics/textura.jpg); 
		font-family: arial, helvetica, sans-serif; 
		font-size: 24pt; 
		color: #000066; 
		font-weight: bold;
		font-style: italic; 
		text-align: right; 
		background-color: transparent;
		border: none;
		padding-left: 0px; 
		padding-right: 0px; 
		padding-top: 5px; 
		padding-bottom: 0px;
	}

H1.web1 
	{
		background-image: url(../pics/textura.jpg); 
		font-family: arial, helvetica, sans-serif; 
		font-size: 24pt; 
		color: #000066; 
		font-weight: bold;
		font-style: italic; 
		text-align: right; 
		background-color: transparent;
		border-style: inset; 
		border-width: 3px; 
		padding-left: 5px; 
		padding-right: 5px; 
		padding-top: 5px; 
		padding-bottom: 6px;
	}

H2 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 16pt; 
		color: #660000; 
		font-weight: bold; 
		text-align: center; 
		width: 100%; 
		background-color: lavender; 
		border-style: ridge; 
		border-width: 3px; 
		padding-left: 5px; 
		padding-right: 5px; 
		padding-top: 5px; 
		padding-bottom: 6px;
	}

H3 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 18pt; 
		color: #000066; 
		font-weight: bolder; 
		text-align: center; 
		width: 100%; 
		background-color: #ffcc33; 
		border-style: ridge; 
		border-width: 3px; 
		padding-left: 5px; 
		padding-right: 5px; 
		padding-top: 5px; 
		padding-bottom: 6px;
	}

P 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 12pt; 
		color: #000066; 
		font-weight: bold; 
		text-align: justify; 
		width: 100%; 
		background-color: transparent; 
	}

CODE	{
		font-family: "courier new", courier, monospace; 
		color: blue;
		font-size: 120%; 
		font-weight: bold; 
		background-color: transparent; 
	}

LI 
	{
		font-family: "times new roman", times, serif; 
		font-size: 10pt;
		color: blue; 
		font-weight: bold; 
		text-align: left; 
		line-height: 18px;
		width: 100%; 
		background-color: transparent; 
	}

TD
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 10pt;
		background-color: transparent; 
	}

.atten
	{
		color: #0b0000; 
		font-family: arial, helvetics, sans-serif; 
		font-size: 16pt; 
		letter-spacing: 0.05em; 
		text-align: justify; 
		background-color: skyblue; 
		border-top-style: solid; 
		border-bottom-style: solid; 
		border-width: 1px; 
		border-color: black; 
		padding-left: 10px; 
		padding-right: 10px; 
		padding-top: 10px; 
		padding-bottom: 10px;
	}

.note 
	{
		color: #8b0000; 
		font-family: arial, helvetica, sans-serif; 
		font-size: 16pt; 
		letter-spacing: 0.05em; 
		text-align: justify; 
		border-style: groove; 
		background-color: lightyellow; 
		padding-left: 10px; 
		padding-right: 10px; 
		padding-top: 10px; 
		padding-bottom: 10px;
	}

.module
	{
		position: absolute;
		left: 150px;
		top: 90px;
	}

.module1
	{
		position: absolute;
		left: 150px;
		top: 109px;
	}

.module2
	{
		position: absolute;
		left: 150px;
		top: 80px;
	}

A:link 
	{
		color: blue; 
		font-family: "times new roman", garamond, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

A:visited 
	{
		color: navy; 
		font-style: italic; 
		font-family: "times new roman", garamond, serif; 
		background-color: transparent; 
		letter-spacing: normal; 
		text-decoration: none;
		cursor: pointer;
	}

A:hover 
	{
		color: red; 
		background-color: transparent; 
		font-family: "times new roman", garamond, serif; 
		text-decoration: none;
		letter-spacing: normal; 
	}

A.code:link 
	{
		color: blue; 
		font-family: arial, helvetica, sans-serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

A.code:visited 
	{
		color: blue; 
		font-style: italic; 
		font-family: arial, helvetica, sans-serif; 
		background-color: transparent; 
		letter-spacing: normal; 
		text-decoration: none;
		cursor: pointer;
	}

A.code:hover 
	{
		color: red; 
		background-color: transparent; 
		font-family: arial, helvetica, sans-serif; 
		text-decoration: none;
		letter-spacing: normal; 
	}



