span.sample {
	font-weight:bold;
	cursor:pointer;
}

body {
font-family: Arial;
color: #000000;
margin: 0px;
padding: 0px;
}

a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.underlined {
text-decoration: underline;
}

a.menu:hover {
text-decoration: underline;
}

a.buy {
color: B31B1B;
}

a.buy:hover {
text-decoration: underline;
}

a.small {
font-size: small;
color: #FFFFFf;
}

a.small:hover {
text-decoration: underline;
}

a.normal {
color: #000000;
font-weight: normal;
font-family: Arial;
text-decoration: none;
}

a.normal:hover {
text-decoration: underline;
}


td.menu {
font-family: Arial;
font-weight: bold;
font-size: normal;
padding: 4px;
border-style: solid;
border-width: 3px;
border-color: #000000;
background-color: #FFFFFF;
}

td.infobox {
font-family: Arial;
padding: 4px;
border-style: solid;
border-width: 3px;
border-color: #000000;
background-color: #FFFFCC;
}

td.comments {
font-size: small;
padding: 4px;
border-style: solid;
border-width: 0px;
border-color: #000000;
}

td.main {
font-size: normal;
}

div.highlight {
background-color: yellow;
}

.smallcaps {
font-size: 20;
font-weight: bold;
font-variant: small-caps;

}

.whatsnew {
font-size: 24;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
}

.toggle {
color: #000000;
}

.hotspot {
color: #B31B1B;
cursor: pointer;
text-decoration: underline;
font-weight: bold;
}


