a:link {text-decoration:none;
	color: black;}
a:visited {text-decoration:none;
	color: dimgrey;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

body {
    color:black;
    background-color:WhiteSmoke ; 
    font-family:arial;
}

hr {    
    height: 1px;
    width: 50%;
    color: dimgrey;
}

img {
    border:2px solid WhiteSmoke;
}

div.desc {
    width: 640px;
    text-align: left;
}