/* CSS Document */

body {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(/images/fiction/bg-snowflakes.jpg);
background-repeat: repeat;
background-position: center;
background-attachment: fixed;

}

#myHomePage {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 10px;
padding: 15px 30px;
font-family: Calibri, Tahoma, Arial, sans-serif;
font-size: 15px;
font-weight: normal;
font-style: normal;
color: white;
background-color: #4b57a1;
border: 1px solid #2b3781;
width: 400px;
opacity: 1.0;

}

#myHomePage a:link {
color: #aaddff;
text-decoration: none;
}

#myHomePage a:visited {
color: #99ccee;
text-decoration: none;
}

#myHomePage a:hover {
color: #ffff99;
text-decoration: none;
}

#myHomePage a:active {
color: #ffff33;
text-decoration: none;
}

#pageText {
font-family: Calibri, Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
width: 500px;
opacity: 0.9;

}


