body 
{
font-size:12pt; 
font-family:"bookman old style";
font-weight:bold;
margin:1.5em;
color:black;
/*background-image: url("../Images/CAT.png")*/
background-color: #FCF4F4;
}

h2,h3,h4
{
background-color: #cfcfcf;
color:red;
font-family:"bookman old style";
letter-spacing: -1px;
font-size:130%
}

h1
{
font-size: 130%;
font-style: oblique
}

hr
{
width:50%;
color:lime;
font-variant: small-caps
}

i
{
text-decoration: overline
}

b 
{
color:maroon;
line-height: 95%
}

tr 
{
margin-left: 15px
}

em
{
color: navy
}

.name 
{
text-decoration:underline;
background:#cfcfcf;
text-align:left; 
font-style: italic
}


div
{
color:blue;
background:#FAF0E6;
text-align: left;
margin-right:2.5em;
margin-left:2%;
white-space: nowrap
}


span 
{
color:green;
background:#cfcfcf;
text-align: center;
margin-right:2.5em;
margin-left:20%;
white-space: nowrap
}

p.name2 
{
text-indent: 1cm;
font-weight:bold;
text-decoration: line-through
}

p.name5
{
text-transform: uppercase;
word-spacing: 30px;
font: caption
}


#name3 
{
font-family:arial; 
color:purple;
text-align: left
}

td#name4 
{
font-size: 12pt; 
font-weight: bold; 
background: #cfcfcf
}

input[type="button"] 
{
background-color: green
}

/* Comment: tr {backgroud: #fcf4f4; margin-left: 50px . px stands for pixels*/

a:link 
{
color:black
} 
a:visited 
{
color:blue
} 
a:hover 
{
color:purple
} 
a:active 
{
color:red
}

