/********************************************************

SKODA-CLUB.RU
CSS file, skoda-club.css

created: October 23, 2003 11:00pm
updated: December 05, 2003 by M.B.

a-m design group
authored by Alexander Maltsev
Web-site: http://www.am-design.ru
E-mail: feedback@am-design.ru


comments:
- TDs that need background color or image have them
  inside the <TD> tag to satisfy CSS-incompatible browsers.
- every TD with a big image (say, a menu) has a repeated
  background image - to please slow connect visitors.


*********************************************************/


<style>

BODY
{
background-color: #ffffff;
color: #000000;
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
margin-left: 0;
margin-top: 0;
}

P,BR,TD,BLOCKQUOTE,OL
{
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
}

INPUT,SELECT,TEXTAREA,BUTTON
{
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
}

A:link,A:active,A:visited
{
color: #006B6E;
text-decoration: none;
}

A:hover
{
text-decoration: underline;
}

A.menu-bottom:link,A.menu-bottom:active,A.menu-bottom:visited
{
color: #000000;
font-size: 7pt;
text-decoration: none;
margin-left: 10px;
margin-right: 10px;
}

A.menu-bottom:hover
{
color: #006B6E;
text-decoration: underline;
}

BLOCKQUOTE.content,.content
{
margin-left: 10px;
margin-right: 10px;
}

/* for comments, date-time columns, etc */
TD.comment,.comment
{
color: #A0A0A0;
font-size: 8pt;
font-family: Verdana, Arial, sans-serif;
}

/* useful for news headlines, table titles, etc */
.title,TD.title
{
color: #9A7332;
font-size: 9pt;
font-family: Verdana, Arial, sans-serif;
}

/* H1 shouldn't be used - its default appearace is too ugly. */

H2
{
color: #006B6E;
font-family: Verdana;
font-size: 13pt;
letter-spacing: -1;
font-weight: bold;
}

H3
{
color: #505050;
font-family: Verdana;
font-size: 11pt;
font-weight: bold;
}

H4
{
color: #006B6E;
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
}

TD.menu-comment,.menu-comment
{
color: #A0A0A0;
font-size: 7pt;
font-family: Verdana, Arial, sans-serif;
}

.style6 {font-size: 6px}

/* added by ./mute */

table#memnav {
	border-collapse:collapse;
	border:2px #006d5b solid;
}

table#memnav td {
	border:1px #006d5b solid;
	padding:4px 10px;
	background-color:#e6f1e2;
	text-align:center;
	vertical-align:middle;
}

/* added by ./mute (finita) */

</style>