a {
    text-decoration:none;
}
/*a:link		{ color: #3a9 }
a:visited	{ color: #3a9 }
a:active	{ color: #3a9 }*/
a:link		{ color: #842 }
a:visited	{ color: #842 }
a:active	{ color: #842 }
a:hover		{ color: #fff;
	background-color: #842;
  }

body {
	background-color: #bbb;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #d77, #7bd);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#d77), to(#7bd));
	color: #000000;
	font-family: century gothic, trebuchet ms, sans-serif, georgia, serif;
	#font-family: sans-serif, georgia, serif;
	font-size: 12pt;
	text-align: justify;
}

.pubtype {
  padding-left: 7px;
  padding-right: 7px;
  background: #9cc;
  font-family: century gothic, trebuchet ms, sans-serif, georgia;
  font-size: 13pt;
  color: #fff;
}

.new {
  padding-left: 7px;
  padding-right: 7px;
  background: #f06;
  font-family: century gothic, trebuchet ms, sans-serif, georgia;
  font-size: 13pt;
  color: #fff;
}

h3 {
	font-family: century gothic, trebuchet ms, sans-serif, georgia, "Century Schoolbook L", serif;
	font-style: normal, italic;
	font-weight: normal;
	color: #012;
	font-size: 18pt;
	text-shadow: 1px 1px 3px #666;
	text-align: center;
}

h4 {
	font-family: century gothic, trebuchet ms, sans-serif, georgia, "Century Schoolbook L", serif;
	font-style: normal, italic;
	font-weight: normal;
	color: #234;
	font-size: 14pt;
	text-shadow: 1px 1px 3px #666;
	text-align: left;
}

.question {
	font-family: century gothic, trebuchet ms, sans-serif, georgia, "Century Schoolbook L", serif;
	font-style: normal, italic;
	font-weight: normal;
	color: #234;
	font-size: 14pt;
	text-shadow: 1px 1px 3px #666;
}

li {
	padding-bottom: 15px;
#	margin-top: 15px;
#	border-bottom: 1px solid #876;
#	list-style-type: none;
}

.title {
	color: #239;
	font-family: century gothic, serif;
	font-style: italic;
	font-size: 14pt;
}

.note {
	color: #239;
	font-family: century gothic, serif;
	font-style: italic;
}

.authors {
	font-family: century gothic, sans-serif;
	font-size: 12pt;
	color: #376;
}

.alert {
	color: #c55;
}

.box {
	padding: 10px;
	border-style: none #solid;
	-webkit-border-radius: 2mm;
	-moz-border-radius: 2mm;
	border-width: 10px;
	border-color: #fb5;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	background-color: #fff;
}
