/* Special custom styles for specific documents */

.banner
{
	width: 954px;
	height: 120px;
	border: 0px solid black;
}

.centered_menu
{
	float:left;
	width:100%;
	background: rgb(239, 239, 239);
	border-bottom: 1px solid #666666;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.centered_menu ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.centered_menu ul li 
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.centered_menu ul li a
{
	display:block;
	margin: 0px 3px;
	padding: 3px 10px;
	background: #5D73C3;
	color: white;
	text-decoration: none;
	line-height: 2em;
	font-weight: bold;
	font-size: smaller;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.centered_menu ul li a:hover
{
	background-color: #FFCC00;
	color: black;
}

.leftcolumn
{ 
	color: black;
	background-color: rgb(239, 239, 239);
	margin: 0px 0px 5px 0px;
	padding: 20px 10px 10px 5px;
	width: 170px;
	float: left;
}

.middlecolumn
{ 
	color: black;
	background-color: white;
	font-size: smaller;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 15px;
	padding-right: 20px;
	width: 537px;
	display: inline;
	float: left;
}

.rightcolumn
{ 
	color: black;
	background-color: rgb(239, 239, 239);
	font-size: smaller;
	margin: 0px 0px 5px 0px;
	padding: 15px 4px 10px 21px;
	width: 170px;
	float: left;
}

.rightcolumn a
{
	text-decoration: none;
}

.divider
{
	border-top: 1px solid #999999;
	width: 98%;
}

.divider_new
{
	border-top: 1px solid #cccccc;
}

.divider_ad
{
	border-top: 1px solid #999999;
	padding: 0.75em 0em;
	width: 161px;
}

.intro2
{
	width: 692px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 2em;
	color: black;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
}

.intro3
{
	width: 800px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 1em 2em;
	color: black;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
}

.intro4
{
	margin-top: 1.35em;
	margin-bottom: 0.5em;
	padding: 1em;
	color: black;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	width: auto;
}

.titlebar
{
	color: #343434;
	background-color: rgb(239, 239, 239);
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding: 2em 0.5em 0.5em 0em;
	margin-top: 5px;
	width: auto;
}

.sub_titlebar
{
	color: black;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	background-color: rgb(239, 239, 239);
	padding: 0.5em 1.5em 0.5em 0.5em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
	float: left;
	position: relative;
}

.sub_titlebar a:link
{
	text-decoration: none;
	color: blue;
	background-color: rgb(239, 239, 239);
}

.sub_titlebar a:visited
{
	text-decoration: none;
	color: #666666;
	background-color: rgb(239, 239, 239);
}

.sub_titlebar a:hover
{
	text-decoration: none;
	color: #FFCC00;
	background-color: rgb(239, 239, 239);
}

.footer
{
	float:left;
	width:100%;
	background: rgb(239, 239, 239);
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	position: relative;
}

.footer ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.footer ul li 
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.footer ul li a
{
	display:block;
	margin: 0px 3px;
	padding: 3px 12px;
	background: rgb(239, 239, 239);
	color: #5D73C3;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}

.footer ul li a:hover
{
	background-color: #FFCC00;
	color: black;
}

.footer_bottom
{
	text-align: center;
	font-size: smaller;
	color: black;
	background-color: rgb(239, 239, 239);
	margin-top: 5px;
	padding: 1em;
}

.footer_bottom a
{
	text-decoration: none;
}

.title_teaser, .title_teaser a
{
	font-weight: bold;
	text-decoration: none;
	margin-top: 1em;
	color: black;
	background-color: white;
}

.title_teaser a:hover
{
	color: #5D73C3;
	background-color: white;
}

.subtitle_teaser, .subtitle_teaser a
{
	font-weight: bold;
	text-decoration: none;
	margin-top: 1em;
	margin-bottom: 1em;
	color: black;
	background-color: rgb(239, 239, 239);
}

.subtitle_teaser a:hover
{
	color: #5D73C3;
	background-color: rgb(239, 239, 239);
}

.des1
{
	font-family: Courier;
	font-size: smaller;
	color: black;
	margin-top: 0.3em;
	background-color: #FFCC99;
	border: solid 1px #FF9900;
	padding: 0.75em;
	width: 75%;
}

.des2
{
	font-size: smaller;
	font-weight: bold;
	color: black;
	background-color: #CCFFFF;
	border: solid 1px #3366FF;
	padding: 0.5em 0.25em 0.5em 1em;
	width: 50%;
}

.divtable1
{
	color: black;
	background-color: white;
	border-left: solid 2px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 0.5em;
	height: 1.5em;
	width: 30%;
	clear: left;
	float: left;
}

.divtable2
{
	color: black;
	background-color: #E6E6E6;
	border-left: solid 1px black;
	border-right: solid 2px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	text-align: left;
	padding: 0.5em;
	height: 1.5em;	
	width: 30%;
	clear: right;
	float: left;
}

.divtable3
{
	font-weight: bold;
	font-size: larger;
	text-align: left;
	color: white;
	background-color: #3366FF;
	border: solid 1px #000099;
	padding: 0.25em 1.25em;
	float: left;
	position: relative;
}

.divtable6
{
	font-family: Courier;
	font-size: larger;
	text-align: left;
	color: white;
	background-color: #161616;
	border: solid 2px #666666;
	padding: 0.25em 0.25em 0.25em 1.25em;
	width: 85%;
}

/* Comparison divs */

/* General  */
.divtable7, .divtable77, .divtable777, .divtable7ext, .divtable77ext, .divtable8
{
	border: solid 1px #FF6600;
	padding: 0.25em;
	float: left;
	font-size: smaller;
}

/* Padding */
.divtable7, .divtable77 { padding: 0.25em; }
.divtable777, .divtable8, .divtable7ext, .divtable77ext { padding: 0.25em 0.25em 0.25em 1.5em; }

/* Text align */
.divtable777, .divtable7ext, .divtable77ext, .divtable8 { text-align: left; }
.divtable7, .divtable77  { text-align: center; }

/* Widths */
.divtable7, .divtable77 { width: 15%; }
.divtable777, .divtable8 { width: 35%; }
.divtable7ext, .divtable77ext {	width: 55%; }

/* Colors */
.divtable7, .divtable7ext, .divtable77ext { color: black; background-color: #FFFF66; }
.divtable77, .divtable777, .divtable8 {color: black; background-color:#FFCC33; }

/* Font weight */
.divtable77, .divtable777, .divtable77ext {	font-weight: bold; }

/* Align */
.divtable8 { clear: left; }

/* Animation in 1942 */
.divtable9, .divtable99
{
	font-weight: bold;
	text-align: center;
	border: solid 1px #000099;
	padding: 0.25em 1.25em 0.25em 1.25em;
	width: 40%;
}

.divtable9 {	color: white; background-color: #3366FF; }
.divtable99 { color: white; background-color: #3333FF; }

.divtable10
{
	font-weight: bold;
	text-align: center;
	width: 355px;
	color: white;
	background-color: #330099;
	border: solid 1px #000099;
	padding: 0.5em 0em;
	margin-right: 5px;
	position: relative;
	float: left;
}

.divtable10 a
{
	text-decoration: none;
	color: yellow;
	background-color: #330099;
}

.divtable10 a:hover
{
	text-decoration: none;
	color: #FFCC00;
	background-color: #330099;
}

/* Email */
.divtable11
{
	text-align: center;
	color: black;
	background-color: #FFFFCC;
	border: dashed 1px #CC9933;
	padding: 0.25em 1.25em 0.25em 1.25em;
	width: auto;
	margin: 0% 27% 0% 27%;
}

/* Messages */
.divtable11_spec, .divtable11_spec_narrow
{
	text-align: left;
	color: black;
	background-color: #FFFFCC;
	border: dashed 1px #CC9933;
	padding: 0.25em 1.25em 0.25em 0.5em;
	float: left;
	position: relative;
}

.divtable11_spec_narrow { width: 90%; }

.divtable11_pdf
{
	text-align: left;
	color: black;
	background-color: #CCFFFF;
	border: dashed 1px #6BD6D6;
	padding: 0.25em 1.25em 0.25em 0.5em;
	float: left;
	position: relative;
}

/* Sponsored links */
.divtable11_spn
{
	text-align:left;
	color:black;
	background-color:#D5E1DD;
	border:dashed 1px #747E80;
	padding:0.25em 1.25em 0.25em 0.5em;
	float:left;
	position:relative;
}

.divtable11_archive_float_inner
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 1em;
	width: 100%;
	background-color: black;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1em;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
	z-index: 10;
}

.divtable11_ad
{
	text-align: center;
	color: black;
	background-color: #FFFFCC;
	border: dashed 1px #CC9933;
	padding: 0.75em 0.5em 1.5em 0.75em;
	margin-bottom: 3%;
	width: 140px;
	font-size: smaller;
}

.divtable11_ad_small
{
	color: black;
	background-color: #FFFFCC;
	border: dashed 1px #CC9933;
	padding: 0.75em 0.25em 1.5em 1em;
	margin-bottom: 3%;
	width: 144px;
	font-size: smaller;
}

.divtable11_ad_medium
{
	color: black;
	background-color: #FCFCFC;
	border: dashed 1px #B3B0B2;
	padding: 1em 2em 1.5em 1em;
	margin-right: 1em;
	width: 180px;
	height: 7.5em;
	font-size: smaller;
	display: inline;
	float: left;
}

.divtable11_ad_large
{
	color: black;
	background-color: #FCFCFC;
	border: dashed 1px #B3B0B2;
	padding: 1em 1.5em 1.5em 1em;
	margin-right: 1em;
	width: 340px;
	height: 7.5em;
	font-size: smaller;
	display: inline;
	float: left;
}

.divtable11_book
{
	text-align: center;
	color: black;
	background-color: #FFFFCC;
	border: dashed 1px #CC9933;
	padding: 0.75em 0.5em 1em 0.75em;
	margin-bottom: 3%;
	width: 140px;
	font-size: smaller;
}

.divtable11_map
{
	text-align: left;
	color: black;
	background-color: #EFEFEF;
	width: 140px;
	font-size: smaller;
	font-weight: bold;
}

.divtable11_don
{
	text-align: left;
	color: black;
	background-color: #FFFFBB;
	border: dashed 1px #CC9933;
	padding: 0em 0.75em 1.5em 0.75em;
	margin-bottom: 3%;
	margin-top: 3%;
	width: 140px;
}

.divtable11_don_small
{
	text-align: left;
	color: black;
	font-size: smaller;
	background-color: #FFFFBB;
	border: dashed 1px #CC9933;
	padding: 0.75em 0.25em 1.5em 1em;
	margin-bottom: 3%;
	margin-top: 2%;
	width: 144px;
}

/* Old games */
.divtable12
{
	text-align: left;
	color: white;
	background-color: #333399;
	padding: 0.5em 0.5em 0.5em 0.5em;
	height: 263px;
	width: auto;
}

/* Monsters & identity */
.divtable133
{
	font-size: larger;
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #FF9900;
	border: solid 1px #FF6600;
	padding: 1%;
	float: left;
	position: relative;
}

.divtable134
{
	font-family: Courier,sans-serif;
	text-align: justify;
	color: black;
	background-color: #FFCC99;
	border: solid 1px #FF9900;
	margin-bottom: 3em;
	padding-left: 1em;
	padding-right: 2em;
	width: 75%;
}

/* Dr. Kackensprecher */
.divtable14
{
	color: black;
	background-color: #FFFFCC;
	border: 1px dashed #FF6600;
	padding: 1em;
	width: 75%;
}

.divtable15
{
	color: black;
	background-color: #FFCC99;
	border: 1px dotted #FF9966;
	padding: 1em;
	width: 65%;
}

.divtable_kacken1
{
	color: black;
	background-color: #99FFFF;
	border: 1px solid blue;
	padding: 2em;
	width: 450px;
	margin-top: 4em;
}

.divtable_kacken2
{
	color: black;
	background-color: #CCFFFF;
	border: 1px solid blue;
	padding: 2em;
	width: 475px;
}

/* 1942 */
.info_text_ul
{
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-family: Courier,Arial,Helvetica,sans-serif;
	font-size: small;
	margin-top: 5px;
}

.info_text_li
{
	width: 172px;
	padding: 1% 0%;
	border: 1px solid black;
	text-align: center;
	display: inline-block;
}

/* Experts article */
.expert_body
{
	color: black;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: smaller;
	border: solid 1px rgb(220, 220, 220);
	padding: 1em;
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
}

.expert_font_x-large
{
	font-size: x-large;
	font-weight: bold;
}

.expert_font_x-small
{
	font-size: x-small;
}

.expert_ad_frame
{
	color: black;
	background-color: rgb(239,239,239);
	font-family: Arial, Times, sans-serif;
	text-align: center;
	border: solid 1px #838080;
	margin-left: 1%;
	margin-bottom: 10px;
	padding: 1em;
	float: right;
	position: relative;
	/*width: 360px;*/
}

.expert_threat
{
	color: black;
	background-color: rgb(239, 239, 239);
	margin-left: 10%;
	margin-bottom: 10px;
	float: right;
}

.expert_link
{
	color: blue;
	background-color: #F3F3F3;
	text-decoration: underline;
}

.expert_link2
{
	color: blue;
	background-color: white;
	text-decoration: underline;
}

.expert_blue
{
	color: blue;
	background-color: #F3F3F3;
	font-weight: bold;
}

.expert_divider
{
	color: black;
	background-color: rgb(239, 239, 239);
	height: 1em;
	margin-left: -1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: solid 1px rgb(220, 220, 220);
	border-bottom: solid 1px rgb(220, 220, 220);
	width: 106%;
}

.email_body
{
	color: black;
	background-color: white;
	font-family: Courier, sans-serif;
	border: solid 1px #6666CC;
	padding: 3% 10% 3% 10%;
	width: auto;
}

/* Post */
.post_article a:link
{
	text-decoration: none;
	/*font-size: x-small;*/
	font-size: large;
	color: #333399;
	background-color: rgb(239, 239, 239);
}

.post_article a:hover
{
	text-decoration: none;
	/*font-size: x-small;*/
	font-size: large;
	color: #CC0000;
	background-color: rgb(239, 239, 239);
}

.post_article a:visited
{
	text-decoration: none;
	/*font-size: x-small;*/
	font-size: large;
	color: black;
	background-color: rgb(239, 239, 239);
}

.post_article_box
{
	border: 1px solid #d9d9d9;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	position: relative;
}

.article_end
{
	width: 25%;
	border-top: 1px solid #d9d9d9;
}

.article_end_long
{
	width: 50%;
	border-top: 1px solid #d9d9d9;
}

.adbody
{
	width: 758px;
	border-right: 1px solid #d9d9d9;
	padding: 0em 1em 0em 0em;
	float: left;
}

.adbody_test
{
	width: 758px;
	border-right: 1px solid #d9d9d9;
	padding: 0em 1em 0em 0em;
	float: left;
	display: inline;
}

.divwrapper
{
	color: black;
	background-color: rgb(239,239,239);
	width: 162px;
	float: right;
	display: inline;
}

.adslot
{
	width:160px;
	height:160px;
	border: 1px solid black;
	color: black;
	background-color: #CCFFFF;
	margin-bottom: 15px;
}

.adpad
{
	width:155px;
	color: black;
	background-color: white;
	padding-top: 1em;
	padding-left: 2px;
	margin-bottom: 25px;
	border: 1px solid #d9d9d9;
}

.googlesearchdiv
{
	width: 385px;
	height: 52px;
	color: black;
	background-color: white;
	border: 1px solid #d9d9d9;
	padding: 1em 0.5em 0.45em 0.5em;
	overflow: hidden;
}

.googlesearchdiv_main
{
	width: 161px;
	height: 68px;
}

.googleaddiv_hp
{
	width: 159px;
	height: 600px;
	margin-top: 5px;
	color: black;
	background-color: rgb(239,239,239);
	border: 1px solid #cccccc;
}
	
.googleaddiv
{
	width: 160px;
	height: 600px;
	float: right;
	color: black;
	margin-top: 1px;
	margin-left: 2px;
	background-color: rgb(239,239,239);
	border: 1px solid #cccccc;
	display: inline;
}

.googleaddiv2, .googleaddiv2_2
{
	width: 728px;
	height: 90px;
	color: black;
	background-color: rgb(239,239,239);
	border: 1px solid #cccccc;
}

.googleaddiv2_2
{
	margin-left: auto;
	margin-right: auto;
}

.googleaddiv_lu_2
{
	width: 728px;
	height: 15px;
	color: black;
	background-color: rgb(239,239,239);
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1px;
	border: 1px solid #cccccc;

}

.game_float, .model_float
{
float: right;
margin-left: 20px;
margin-bottom: 20px;
padding: 6px;
border: 1px solid #D7D7D7;
}

.game_float_new
{
float: right;
margin-left: 20px;
margin-bottom: 10px;
padding: 6px;
border: 1px solid #D7D7D7;
}

.game_float_sp
{
float: left;
margin-right: 4px;
margin-bottom: 5px;
padding: 4px;
border: 1px solid #D7D7D7;
}

.div_float_right_nob
{
float: right;
margin-left: 20px;
margin-bottom: 5px;
padding: 3px;
}

.div_float_left
{
float: left;
margin-right: 10px;
margin-bottom: 5px;
padding: 3px;
}

.index_teaser
{
float: left;
margin-right: 8px;
margin-top: 4px;
}

.story_wrap
{
	width: 70%;
	font-family: 'DejaVu Sans','Book Antiqua',Verdana,Arial,Helvetica,sans-serif;
	border: 1px dashed #CFA374;
	line-height: 135%;
	background-color: #FEFAF3;
	color: black;
	padding: 1em 1em 2em 1em;
}

/* General table properties */

table
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: medium;
	line-height: normal;
	color: black;
	background-color: rgb(239, 239, 239);
}

/* Specific table properties */

/* General alignment & border */
table.custom0
{
	vertical-align: top;
	border-width: 1px;
	border-spacing: 2px;
	border-collapse: separate;
}

table.custom1, table.custom2,table.custom3, table.custom4, table.custom5, table.custom6,
table.custom7, table.custom9, table.custom10, table.custom11
{
	vertical-align: top;
	border-width: 1px;
	border-spacing: 2px;
	border-color: gray;
	border-collapse: separate;
}

/* Pink page */
table.custom8
{
	color: black;
	background-color: rgb(255, 204, 255);
	vertical-align: top;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-color: rgb(255, 204, 254);
	border-collapse: separate;
	width: 200px;
}

/* Left indented text in tables */
table.custom0, table.custom1, table.custom11
{ text-align: left; }

/* Center indented text in tables */
table.custom2, table.custom3, table.custom4, table.custom5, table.custom6, table.custom7,
table.custom8, table.custom9, table.custom10
{ text-align: center; }

/* No border tables */
table.custom0, table.custom2, table.custom3, table.custom4, table.custom5, table.custom6, table.custom7,
table.custom8, table.custom9, table.custom10, table.custom11
{ border-style: none; }

table.custom1 { border-style: outset; }

/* Border tables */
table.custom1 { border-spacing: 2px; }

/* Padding */
table.custom0 { padding: 5px 5px 5px 0px; }
table.custom1, table.custom2 { padding: 2px; }
table.custom3, table.custom4, table.custom10 { padding: 2px 2px 2px 20px;}
table.custom5, table.custom9 { padding: 2px 10px 2px 2px; }

/* Width */
table.custom6 { width: 400px; }
table.custom0, table.custom1, table.custom2 { width: 100%; }
table.custom3, table.custom5, table.custom7 { width: 40%; }
table.custom4, table.custom9 { width: 30%; }
table.custom10 { width: 20%; }
table.custom11 { width: 75%; }

/*Float left */
table.custom5, table.custom9 { float: left; }

/* Float right */
table.custom3, table.custom4, table.custom10 { float: right; }

/* TR element */
table.custom0 tr { text-align: left; vertical-align: top; }
#row1 { font-weight: bold; font-size: x-large; }

/* TH element */
table.custom0, table.custom1 th { text-align: left; vertical-align: top; border-width: 1px; border-color: gray; }
table.custom0 th {	font-weight: normal; padding: 5px 25px 5px 0px; border-style: none; }
table.custom1 th {	border-width: 1px; padding: 2px; border-style: inset; }

/* TD element */

/* General alignment & border */
table.custom0 td { vertical-align: top; }
table.custom1 td { vertical-align: top; border-color: gray; }
table.custom2 td { vertical-align: top; border-color: gray; }
table.custom1 td {	border-width: 0.5px; padding: 5px; }
table.custom2 td {	border-width: 1px; padding: 5px 2px; }
table.custom7 td {	vertical-align: top; }
table.custom11 td { vertical-align: top; }

/* Left indented text in tables */
table.custom1 td { text-align: left; }

/* Center indented text in tables */
table.custom2, table.custom3, table.custom4, table.custom5, table.custom6, table.custom7,
table.custom8, table.custom9, table.custom10 td
{ text-align: center; }

/* No border tables */
table.custom2, table.custom3, table.custom4, table.custom5, table.custom6, table.custom7,
table.custom8, table.custom9, table.custom10 td
{ border-style: none; }

/* Border tables */
table.custom1 td { border-style: inset; }

/* Padding */
table.custom1 td { padding: 5px; }
table.custom2 td { padding: 5px; }

/* Width */
.col26 { width: 26%; }
.col30 { width: 30%; }
.col40 { width: 40%; }
.col50 { width: 50%; }

/* Decorations (general)  */

/* Classes */

.decorations1, .decorations7
{
	color: #000066;
	background-color: rgb(239,239,239);
	padding: 0.25em 1em 1em 1em;
}

.decorations1 { font-size: small; }
.decorations7 { font-size: x-small; }

.decorations8
{
	font-size: small;
	border: 1px solid silver;
	padding: 1em;
	margin-right: 25%;
}

.decorations9
{
	font-size: small;
	border: 1px solid silver;
	padding: 1em;
	margin-right: 63%;
}

/* IDs */

/* News article */
#news_header
{
	color: black;
	background-color: rgb(255, 255, 51);
	font-size: large;
	font-weight: bold;
	line-height: 200%;
	text-transform: uppercase;
}

/* Pink article */
#decorations4  { font-size: smaller; }

