/*Both pages*/
body 
{
background-image: url(damask6.gif);
}


/*Both pages*/
a:link
{
color:#ffffcc;
text-decoration: none;
}


/*This is a shade of lavender*/
a:visited 
{
color:#cc9966; 
text-decoration: none;
}


/*This is a shade of rosy pink*/
a:hover 
{
color:#ffffff; 
text-decoration: none;
}


/*Both pages*/
h2 
{
color: tan;
}


/*Both pages*/
p 
{
font-family: arial, verdana, helvetica, sans-serif;
color: tan;
font-weight: bold;
font-size: medium;
}

/*On index page*/
li
{
font-family: arial, verdana, helvetica, sans-serif;
color: tan;
font-weight: bold;
font-size: small;
}

/*On index.html page*/
#bodycontent1 
{
position: absolute;
top: 75px;
left: 55px;
width: 150px;
}


/*On index.html page*/
#bodycontent2 
{
position: absolute;
top: 200px;
left: 255px;
width: 400px;
}


/*On index.html page*/
#bodycontent3 
{
position: absolute;
top: 300px;
left: 15px;
width: 199px;
}


/*On index.html page*/
#bodycontent4 
{
position: absolute;
top: 985px;
left: 255px;
width: 400px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: medium;
font-weight: bold;
font-color: tan;
}


/*On index.html page*/
#bodycontent5 
{
position: absolute;
top: 760px;
left: 15px;
width: 199px;
}


/*Copyright line on index.html page*/
#bodycontent6 
{
position: absolute;
top: 1550px;
left: 15px;
width: 600px;
text-align: center;
}


/*"Thank you" on homethankyou.html page*/
#bodycontent7 
{
position: absolute;
top: 250px;
width: 400px;
left: 150px;
right: 150px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: large;
font-weight: bold;
font-color: tan;
text-align: center;
}


/*Copyright line on homethankyou.html page*/
#bodycontent8 
{
position: absolute;
top: 900px;
width: 800px;
left: 50px;
right: 50px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
font-color: tan;
text-align: center;
}

/*Left-side screenshots on portfolio.html page*/
#bodycontent9
{
position: absolute;
top: 200px;
width: 400px;
left: 50px;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
font-color: tan;
text-align: center;
}

/*Both*/
div#margins 
{
margin: 0 auto;
width: 860px;
text-align: left;
}
