/*
 *	slady.net design
 *	Copyright (c) 2003 slady
 */

/* white style */

BODY {
	background-color: white;
	color: black;

	margin: 20px;
	padding: 0px;
	border-width: 0px;
}

A:link { color: blue; }
A:visited { color: darkblue; }
A:active { color: fuchsia; }
A:hover { }

/* the look and feel */

/* the top menu */

.topmenu {
	color: black;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
}

A.topmenu {
	color: black;
	font-size: 24px;
	text-decoration: none;
}

A.topmenu:link {
	color: red;
	text-decoration: none;
}

A.topmenu:visited {
	color: red;
	text-decoration: none;
}

A.topmenu:active {
	color: red;
	text-decoration: none;
}

A.topmenu:hover {
	color: red;
	text-decoration: none;
}


.leftmenu {
	color: black;
	text-decoration: none;
	text-align: center;
}

A.leftmenu:link {
	color: green;
	text-decoration: none;
}

A.leftmenu:visited {
	color: green;
	text-decoration: none;
}

A.leftmenu:active {
	color: green;
	text-decoration: none;
}

A.leftmenu:hover {
	color: green;
	text-decoration: none;
}


.copy {
	color: black;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

.textinput {
	background-color: white;
	color: black;
}

.buttoninput {
	background-color: green;
	border-color: green;
	color: white;
	margin: 0px;
	padding: 0px;
	border-width: 4px;
}
