/* external style sheet for lab 10-17-01 */
/* jacob rashford */
.greenmove
{
color: green;
padding-top: 25px;
padding-left: 15px;
}
body
{
background-image: url("bg232.gif");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center;
font-size: x-large;
color: red;
}
h1, h2
{
margin: 10px;
padding: 10px;
border-style: groove;
}
.bottom
{
font-size: 7pt;
color: blue;
text-align: right;
}
ul li a
{
text-decoration: none;
text-indent: -8px;
}
| Home |