/* ==============================
File: linker.css
Date: 070710
   ==============================*/
   
/* ==============================
   1. All
   ==============================*/

html { height:101%; }

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color: #666666;
}

h2 {
	color: #666666;
}

h3 {
	color: #666666;
}

li {
	color: #FF9933;
}

a {
	outline:none;
}
a:link {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#666666;
}
a:hover,
a:focus {
	text-decoration:none;
}
a:active {
	color:#666666;
}

.midsmall {
	font-size: 9pt;
}

.smallfont {
	font-size: 8pt;
}

.textarea {
	border: solid 1;
}

.input {
	border: solid 1;
}

.shade {
	border-style: groove;
}

.cinput {
	background-color: White;
	font-size: 10pt;
}
