body {
 background-color: #660000 
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-color: #3C0;
}<br>
H1 { color: green; font-family: veranda }<br>
H2 { color: red; font-style: italic; font-family: veranda }<br>
P { background: yellow; text-indent: 2em; font-size: 12 pt; font-family: veranda 
} <br>
P.most { color: blue; margin: 10px; font-size: 12 pt; font-family: veranda}<br>
P.big { color: purple; font-size: 14 pt; font-weight: bold; font-family: veranda 
}<br>
P.nav { background: yellow; color: gray ; text-decoration: underline; font-family: 
veranda } <br>
B { text-transform: capitalize } <br>
Font { color: blue; font-size: 12 pt; font-family: veranda, times, serif } <br>
A:link { text-decoration: none }<br>
A:active { text-decoration: none }<br>
A:visited { text-decoration: none }<br>
IMG { margin-top: 100px } /* give all images a top margin */ to add styles:<br>
HTML&gt;<br>
&lt;HEAD&gt;<br>
&lt;TITLE&gt;My First Stylesheet&lt;/TITLE&gt;<br>
&lt;LINK REL=stylesheet HREF=&quot;mystyles.css&quot; TYPE=&quot;text/css&quot;&gt;<br>
&lt;/HEAD&gt; 
p {
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-indent: 0em
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #333333
}
a:active {
	text-decoration: underline;
	color: #006
}
a:link {
	text-decoration: underline;
	color: #333
}
a:visited {
	text-decoration: underline;
	color: #333
}
a:hover {
	color: #000;
	font-size: 12px;
	font-style: normal;
}
.pageTtl {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	page-break-before: always;
	margin-bottom: 10px
}
body {
	background-color: #0C9;
}
br {  }
.mainital {
	font-style: italic;
	color: #333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.ulistital {  font-style: italic; list-style-type: circle}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #333
}
.nav {
	font-size: 12px;
	text-transform: capitalize;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.subTtl {
	font-weight: bold;
	text-decoration: underline;
	color: #000
}
.link {  color: #003366; text-decoration: underline}
.announce {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	color: #900;
	font-variant: normal;
	text-transform: none
}
.ulbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #333;
}
.tran {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

