/* change these to change the look of your yummyBoard. Note that the scrollbar elements only work in IE */
body{color: #000000;
	background:#FFFFFF;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;}

/* the body of your smilies window */
body.window{background:#FFFFFF;}

/* these control the look of your form elements. input.button is the submit button on your yummyBoard. */
input {font-size:10px;
	font-family:tahoma, verdana;
	color:#000000;
	font-weight:normal;
	background:none;
	border:1px dashed #000000;
	padding-left:2px;
	margin:1px;}
input.button {font-size:10px;
	font-family:tahoma, verdana;
	color:#000000;
	font-weight:normal;
	background:none;
	border:1px outset #000000;
	padding-left:2px;
	margin:1px;}
textarea {font-size:10px;
	font-family:tahoma, verdana;
	color:#000000;
	font-weight:normal;
	background:none;
	border:1px dashed #000000;
	padding-left:2px;
	margin:1px;}
select {font-size:10px;
	font-family:tahoma, verdana;
	font-weight:normal;
	color:#000000;
	background:none;
	border:1px dashed #000000;
	margin:1px;}

/* these control the look of links users enter, as well as any other links on your yummyBoard that are NOT user's names . */
a:link{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	font-family:tahoma;}
a:visited{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	font-family:tahoma;}
a:active{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	font-family:tahoma;}
a:hover{color:#C5111A;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	font-family:tahoma;}

/* these control the look of your user's names. */
a.namelink:link{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:tahoma;}
a.namelink:visited{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:tahoma;}
a.namelink:active{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:tahoma;}
a.namelink:hover{color:#C5111A;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
	font-family:tahoma;}

/* this controls the look of your user's names if they do not enter an email or URL to save. */
.nolink{color:#C5111A;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:tahoma;}

/* this controls the look of your tags. */
.tag{}