/* external .css file */
/* filename 'normal.css' */
/* No HMTL MARKUP ALLOWED! */
/* Basic css for the main part of the site */

Body {background-image: url(imagesdes/winterblue.jpg); background-color: #0000c0; color: #808080; background-position: center;  background-attachment: fixed; font-family: 'comic sans ms', san-serif;}
A:link {color: #d0b5eb;}
A:active {color:#82cc82;}
A:visited {color:#ec96c1;}
h1 {color: #c0c0c0;}
p {color: #c0c0c0;}
.small {color: #808080; font-size:xx-small;}
