html, body {
background-color: white;
color: black;
font-family: sans-serif;
height: 100%;
font-size: 100%;
}

.pageLayout {
margin-top: 10px;
margin-left: 15%;
margin-right: 15%;
text-align:justify;
}

.title {
font-size: 200%;
font-weight: bold;
}

.intro {
font-size: 90%;
}

.heading {
color: #444;
font-weight: bold;
font-size: 115%;
}

a:link {
color: #0000CC;
text-decoration: none;
}

a:visited {
color: #0000CC;
text-decoration: none;
}

a:hover {
color: silver;
text-decoration: none;
}

a:active {
color: silver;
text-decoration: none;
}

h1, h2, h3 {
color: #444;
}

