/* 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;
    width: 80%;
    padding-left: 50px}

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

/* lists */

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

/* indents */
.tab{margin-left: 40px}

/* columns */
.vidpiccolumn{  float: left;
  width: 49%;
  padding: 5px;}
/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* 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;}
