a:hover.button {
	background-color: white;
	color: black;
}
a:hover.list_button {
	background-color: yellow;
	color: blue;
}
a.button {
	display: block;
	color: blue;
}

a.main_buttons:hover {
	text-decoration: underline;
	color: #1E249C;
}
a.main_buttons {
	text-decoration: none;
	font-family: arial;
	color:#1E249C;
	font-size: 16px;
}


a.ReGLbuttons:hover {
	text-decoration: underline;
	color: #005826;
}
a.ReGLbuttons {
	text-decoration: none;
	font-family: arial;
	color:#000858;
	font-size: 16px;
}

a.list_button {
	display: block;
	color: blue;
	font-weight: bolder;
}


font.side_button {
	font-size: 12px;
      color: blue;
	
}

font.regular {
	color: black;
	text-align: justify;
	font-size:14px;
}
font.large {
	color: black;
	text-align: justify;
	font-size:15px;
}
font.big {
	text-align:justify;
	font-size:24px;
}

td.just  {text-align:justify;}


td.day_num {
	border: 2px solid black;
	font-size: 20;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	width: 80px;
	height: 80px;
}
td.day_today {
	border: 2px solid black;
	font-size: 20;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	width: 80px;
	background-color: yellow;
}


a.class_link {
	display: block;
	color:black;
	font-size: 12px;
	text-indent: 10px;
}

a.class_full {
	display: block;
	color:red;
	font-size: 12px;
	text-indent: 5px;
}

a.class_pass {
	display: block;
	color:blue;
	font-size: 12px;
	text-indent: 5px;
}

a:hover.class_link {
	background-color: yellow;
}
td.day {
	border: 2px solid black;
	font-size: 18;
	font-weight: bolder;
	text-align: center;
	width: 85px;
}

font.medium {
	text-align:justify;
	font-size:17px;
}

font.header {
	font-size:24px;
	color: blue;
}

font.small_header {
	font-size:18px;
	color: black;
}

font.sub_header {
	font-size:17px;
	color: black;
}

font.big_header {
	text-align: left;
	font-size:28px;
	color: black;
}

font.class_header {
	Display: block;
	text-align: center;
	font-size:28px;
	color: blue;
}

td.form {
	font-size:18px;
	font-weight: bolder;
	}
