* {
font-family:Georgia;
font-size:20px;
line-height:150%;
color: grey;
}

body {
margin: 90px;
/*margin-right: 10%;*/
/*border-right: 1px solid lightgrey;*/
background: #FFFFFF;
background-image: url(images/bg.jpg);
/*background-attachment: fixed;*/
background-repeat: no-repeat;
background-position: 600px top;
padding:1%;
}

A {
color: darkred;
text-decoration: none;
}

A:hover {
text-decoration: underline;
}

.header {
font-size: 40px;
}


