body {background-color: #660000; font-family: "Times New Roman", Times, serif; color: #FFFF66}<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: 12px; font-style: normal; color: #FFFF66; text-indent: 0em; font-family: "Times New Roman", Times, serif}
.main {  font-family: "Times New Roman", Times, serif; font-size: 12px; font-style: normal; color: #FFFF66}
a:active {  text-decoration: underline; color: #FFFF66}
a:link {  text-decoration: underline; color: #FFFF66}
a:visited {  text-decoration: underline; color: #FFFF66}
a:hover {  color: #FF3300; text-decoration: underline}
.pageTtl {  font-family: "Times New Roman", Times, serif; font-size: 18px; font-style: normal; font-weight: bold; text-transform: capitalize; color: #FFFF66; text-align: center; page-break-before: always; margin-bottom: 10px}
body {  }
br {  }
.mainital {  font-style: italic; color: #FFFF66}
.ulistital {  font-style: italic; list-style-type: circle}
.caption {  font-size: 10px; font-style: italic; color: #CCCCCC}
.nav {  font-size: 14px; text-transform: capitalize; color: #FFFF66}
.subTtl {  font-weight: bold; text-decoration: underline; color: #FFFF66}
.link {  color: #FFFF66; text-decoration: underline}
.coltitle {  font-size: larger; font-weight: bold; color: #FFFF33; text-decoration: underline}
