@charset "UTF-8";
/* CSS Document */

/***** tags *****/

*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
div {
	padding:10px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
}

h1 {
	font-size: 20pt;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.67em;
	padding-bottom: 10px;
}
/**** /tags *****/

/***** divs *****/

/* Avner */
#left {
	height:90pt;
	float:left;
	width:265px;
	background-color:#d8caa8;
}
#left a:link, #left a:visited {
	color: #284907;
}
#left p a:hover, #left a:active {
	color: #284907;
	background-color: #ffefc7;
}

/* Julie */
#center {
	height:90pt;
	float:left;
	width:265px;
	background-color:#ffcccc;
}
#center a:link, #center a:visited {
	color:#0000CC;
	text-decoration:underline;
}
#center a:hover, #center a:active {
	color:#0033ff;
}

/* Zev */
#right {
	height:90pt;
	float:left;
	width:265px;
	background-color:#111;
}
#right a:link, #right a:visited {
	color:#3A73BC;
	border-bottom: 1px dotted #3A73BC;
	text-decoration: none;
}
#right a:hover, #right a:active {
	color: #6a95D7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A95D7;
}
#right p {
	color:#adadad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
/**** /divs *****/

/***** classes *****/



/**** /classes *****/
