 a:link {
color: blue;
text-decoration: underline;
}
a:visited {
color: purple;
text-decoration: underline;
}
a:hover {
color: red;
text-decoration: none;
} 
input.btn {
width: auto;
padding: 10px;
cursor: pointer;
font-weight: normal;
font-size: 100%;
background: #3366cc;
color: #fff;
border: 1px solid #3366cc;
border-radius: 10px;
-moz-box-shadow:: 6px 6px 5px #999;
-webkit-box-shadow:: 6px 6px 5px #999;
box-shadow:: 6px 6px 5px #999;
}
input.btn:hover {
color: #ffff00;
background: #000;
border: 1px solid #fff;
}
.simple-linear {
  background: linear-gradient(skyblue, palegreen);
}
h1 {font-size: 300%; margin-bottom: 0cm; line-height: 200%; font-family: LATIN MODERN ROMAN CAPS;}

h2 {font-size: 250%; margin-bottom: 0cm; line-height: 100%; font-family: "Latin Modern Roman", "Liberation Serif", serif;}

h3 {font-size: 200%; margin-bottom: 0cm; line-height: 100%; font-family: "Latin Modern Roman", "Liberation Serif", serif;}

h4 {font-size: 120%; font-weight: normal;  margin-bottom: 0cm; line-height: 120%; font-family: "Latin Modern Roman", "Liberation Serif", serif;}

h5 {font-size: 70%; margin-bottom: 0cm; line-height: 150%; font-family: "Latin Modern Roman", "Liberation Serif", serif;}

p {font-size: 100%; margin-bottom: 0cm; line-height: 100%; font-family: "Latin Modern Roman", "Liberation Serif", serif;}


