/* Digit ry
* CSS styles for typography and colors
*
* author: Jouni Koivuviita
* created: 12.6.2006
**/

 
body {
	font-family:Helvetica, Arial, "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size:62.5%;
	color:#5f5f5f;
	background-color:#fff;
}

h1 {
	color:#000;
	font-size:2.8em;
	font-weight:normal;
}

h2 {
	color:#1d1d1d;
	font-size:2.4em;
	font-weight:normal;
}

h3 {
	color:#303030;
	font-size:1.8em;
	font-weight:normal;
}

h4 {
	color:#4e4e4e;
	font-size:1.4em;
	font-weight:normal;
}

h5 {
	color:#4e4e4e;
	font-size:1.2em;
	font-weight:normal;
}


/*ul {
	list-style-type:none;
	list-style-image:url(../images/small_cube.gif);
}*/


a:link {
	color:#2461ad;
	border-bottom:dotted 1px #2461ad;
	text-decoration:none;
}

a:visited {
	color:#5f5f5f;
	border-bottom:dotted 1px #2461ad;
	text-decoration:none;
}

a:active {
	color:#2287ce;
	border-bottom:none;
	text-decoration:none;
}

a:hover {
	color:#377fd9;
	border-bottom:solid 1px #569dce;
	text-decoration:none;
}

.date {
	color:#3f3f3f;
}

.note {
	color:#acacac;
}

.additionalNote {
	color:#acacac;
	font-style:italic;
}

