/*Studio1 projekti webpage style sheet*/

/*jokaisen html-sivun alkuun tällainen koodi:
<link rel=stylesheet type="text/css" href="scarlet_maidens.css">
*/

body {

background-color: #ffffff;

margin-top: 3%;

margin-right: 3%;

margin-bottom: 3%;

margin-left: 10%;

}


td {

font-family: Verdana, Helvetica, Arial, sans-serif;

background-color: #ffffff;

font-color: #000000;

font-size: 0.8em;

font-weight: normal;

text-align: left;

text-valign: top;

margin-top: 3%;

margin-right: 3%;

margin-bottom: 3%;

margin-left: 10%;
}

a:visited {

color: #b90606

}

a:active {

color: #f10808

}

a:link {

color: #f10808

}

h1 {

font-size: 1em;

font-weight: bold

}

