/*
 * StyleSheet for moving to myspace.com/prettypop
 */

body {
    background-color:smokewhite;
    margin:240px 0px 0px 0px;
    color:dimgray;
    text-align:center;
	font-size:10pt;
}

a {
    color:dimgray;
    text-decoration:none;
}

a:hover {
    color:teal;
    text-decoration:underline;
}



