@charset "utf-8";
/* Style for text */

* {
    font-family: Arial, Helvetica, sans-serif
}

body {
    font-size: 86%;
}

#content {
    color: #fff;
    font-size: 1em;
    line-height: 16px;
}

#content h1 {
    font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
    margin-bottom: 10px;
}

#content h2 {
    font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
    margin-bottom: 10px;
}

#content h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

#content h4 {
    font-size: 13px;
    margin-bottom: 10px;
}

#content h5 {
    font-size: 12px;
    margin-bottom: 10px;
}

#content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

#content a {
    color: #a2d5ff;
    text-decoration: none;
}

#content a:hover {
    color: #a2d5ff;
    text-decoration: underline;
}

#content ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

#content ul li {
    list-style: disc outside;
    line-height: 18px;
}

/* Sidebar */
#updates h4{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500; 
}
#newsUpdateChannel h4 span{
	color: #F8EB67;
	border-bottom: 1px solid #F8EB67; 
}
#timeTableChannel h4 span{
	color: #9CFF7E;
	border-bottom: 1px solid #9CFF7E;
}


/* GENERAL NOTIF */
.r-box{
	border: 1px solid #cccccc;
	color: #005295;
	background: #efefef;
	padding: 8px;
	margin: 30px 0 0 0;
}



