/*
 * $Id: jdg-basic.css, v. 1.0 2004/12/13 12:53 PM aselimovic Exp $
 */

body {
	background: #FFCC66 url('/images/bg.gif') repeat-y;
	color: #000;
	margin: 0
}

/* CSS3 */
.stack, #Menu img { display: block }

#Menu {}

#Footer {}

a { font-weight: bold }

/* link pseudo-classes */
/* M17 */
a:link {
	color: #000;
	text-decoration: none
}
a:visited {
	color: #000;
	text-decoration: none /* NS 4.x */
}

/* dynamic pseudo-classes */
a:hover {
	color: #C60;
	text-decoration: none
}

input/*[type="text"], select*/, textarea { border: 1px solid #CB6214 }

/*#fraLeft, #fraContents, #fraCenter { background: #FFF }*/
