/* ===============================
   = undo Html
=============================== */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}
ol {list-style: decimal;}

ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}

p {margin-bottom: 1em;}
ul {list-style: circle;}
ul li {margin: 0 0 0 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: square;}
ul li ol {margin: 1em 0 1em 1em;}


/* ===============================
   = General Styling
=============================== */

*{
font-size: 1em; /* don't edit! */
}

html {
font-size: 62.5%; /* don't edit */
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: left;
	font-size: 1.2em; /* edit here to change font size globaly 1em = 10px */
	color: #000;
	background: #efefef;
}

.clear {clear: both;}

.nomargin {margin: 0!important;}

/* ===============================
   = Style me Baby
=============================== */

a {font-weight: bold; color: #004A99;}
a:hover {text-decoration: underline;}

#wrapper {width: 700px; background: #fff; padding: 30px; margin: 0 auto; margin-top: 30px; line-height: 1.5em; text-align: center;}

h1 { font-size: 14px; margin: 0 0 20px 0; text-align: center;}

ul#decision,
ul#decision li {list-style: none; margin: 0; padding: 0; text-align: center; width: 620px; margin: 0 auto;}
ul#decision li {float: left; display: block; text-align: center; width: 300px; height: 250px margin: 0 20px 0 0;}
ul#decision li .imgcontainer {height: 205px; overflow-y: hidden;}
ul#decision li img {width: 300px;}
