/* Style sheet to be used on Aalto University pages
    (c) Jussi Pekonen 2010 */

/* body */

body {font-family: nimbus sans, arial, helvetica, geneva, sans-serif;
    color: #000000;
    background-color: #ffffff;}

 

/* links */
a {text-decoration: none;}
a:hover {color: #928b81;
	background-color: #ffffff;
}

/* lists */

ul li {list-style-type: square;
	list-style-position: outside;}


/* headers */

h1 {font-family: nimbus sans, arial, helvetica, geneva, sans-serif;
	font-size: xx-large;}

h2 {font-family: sentinel, georgia, new century schoolbook, serif;
	font-size: x-large;}

h3 {font-family: sentinel, georgia, new century schoolbook, serif;
	font-size: large;
    font-style: italic;}

h4 {font-family: nimbus sans, arial, helvetica, geneva, sans-serif;}

/* table elements */

td {font-family: nimbus sans, arial, helvetica, geneva, sans-serif;}

th {font-family: sentinel, georgia, new century schoolbook, serif;
    font-size: large;
    text-align: left;}

