
body {
	font-family: sans-serif ;
	font-weight: 300 ;
	line-height: 1.1em;
	font-size: 1.2em;
    background: #222222 ;
    color: #dddddd ;
}
a:link {
    color: #dddddd ;
    text-decoration: none ;
}

a:visited {
    color: #dddddd ;
}

a:hover {
    color: blue ;
}

a:active {
    color: red ;
}

img {
    padding: 4 ;
}

div.float {
  float: left;
  width: 150px ;
  height: 190px ;
  vertical-align: middle ;
  padding: 5px ;
  text-align: center ;
}


.medImage {
	max-width: 100% ;
}

p {
	max-width: 800 ;
}

b {
	font-weight: 900 ;
}
