

A:link {color:#b40079; font-size: 12px; text-decoration:none; font-family: "sans serif", arial, helvetica; font-weight: bold;}
A:visited {color:#b87bb3; font-size: 12px; text-decoration:none; font-family: "sans serif", arial, helvetica; font-weight: bold;}
A:hover {color:#ff84c8; font-size: 12px; text-decoration: none; font-family: "sans serif", arial, helvetica; font-weight: bold;}

.class2 A:link {color:#b40079; font-size: 10px; text-decoration:none; font-family: "sans serif", arial, helvetica;}/*In the HTML file this is how you enter the syntax <span class="class2"><a href="http://xx.com">xxxx</a></span> */
.class2 A:visited {color:#FF66CC; font-size: 10px; text-decoration:none; font-family: "sans serif", arial, helvetica;}
.class2 A:hover {color:#FF66CC; font-size: 10px; text-decoration:none; font-family: "sans serif", arial, helvetica;}

h1{font-size: 16px; color:rgb(184,123,179); font-family: serif; font-weight: bold; text-transform: uppercase;}
h2{font-size: 13px; color: #FF66CC; font-family: font-weight: bold; text-transform: uppercase}
p{font-size: 12px; color: #7B7979; font-family: "sans serif", atial, helvetica; text-align: justify}
p.fourth{font-size: 12px; color: #7B7979; font-family: "sans serif", arial, helvetica; text-align:center;} /*Same as text but uppercase and hot pink*/

p.copyright{font-size: 10px; color: #918F8F; font-family: "sans serif", arial, helvetica; text-align:center;}


body {
background:black;
}


/*Portfolio Photo Gallery **************************************************************************************************/
.photogallery{ /*CSS for TABLE containing a photo album*/
position:absolute;
top:380px;
}

.photogallery img{ /*CSS for images within an album*/
border: 2px solid #918F8F;
margin-right: 10px; /*Horizontal distance between image and text (image title)*/
margin-bottom: 10px; /*Vertical distance between image and text (image title)*/
}

.photonavlinks{ /*CSS for pagination DIV*/
font-size: 12px; font-family: arial; font-weight: bold;
color:#656363;
position:absolute;
top:780px;
left:44%;
}



.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid #918F8F;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #CCCCCC;
}

/*Portfolio Photo Gallery **************************************************************************************************/
.photogallery2{ /*CSS for TABLE containing a photo album*/
position:absolute;
top:380px;
width:472px;
font-size: 10px; font-family: arial;
color:#656363;
text-align:center;
padding-bottom:15px;
padding-right:15px;
}

.photogallery2 img{ /*CSS for images within an album*/
border: 2px solid rgb(194,138,204);
margin-right: 1px; /*Horizontal distance between image and text (image title)*/
margin-bottom: 1px; /*Vertical distance between image and text (image title)*/
}

.photonavlinks2{ /*CSS for pagination DIV*/
font-size: 12px; font-family: arial; font-weight: bold;
color:rgb(194,138,204);
position:absolute;
top:763px;
left:43%;
}

.photonavlinks2 a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid rgb(194,138,204);
text-decoration: none;
background-color: rgb(236,217,245);
}

.photonavlinks2 a.current{ /*CSS for currently selected navigational link*/
background-color: rgb(194,138,204);
}

/*Next Previous **************************************************************************************************/
.Next{ 
padding:0;
margin:0;
border:0;
}

.Previous{ 
padding:0;
margin:0;
border:0;
}