<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* created by Amir Masoumzadeh */

body{
/*	background-color: #1F1F2F;*/
	text-align:center;
/*	font-family:verdana,arial,sans-serif;
	font-size:0.9em; */
}

a{
	text-decoration:none;
/*	font-weight: bold;
	color:#000066;*/
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0px;
}

.highlighted{
	background-color: #F3F781;
}

.presenter{
	background-color: #F3F781;
}

.dont_meet{
	background-color: #FEFDDD;
}

.paper_summary{
	background-color: #EEFFEE;
}

#wrapper{
/*	width:960px;*/
	width:100%;
	margin:2px auto;
	padding:0px;
	text-align:justify;
}

#header{
/*	background-image:url("netsec-header1.jpg");
	background-color:#325872;*/
	border:2px solid #325872;
	font-family:arial,verdana,sans-serif;
	margin:0;
	text-align:center;
	padding:10px 0px;
}

#navigation{
	background-color: #325872;
	border-bottom:2px solid #325872;
	font-family:Verdana;
	text-align:center;
}
#navigation a{
	color: WHITE;
}

#news{
	padding:5px;
	background-color:#FFFFE1;
	border-style:dashed;
	border-width:1px;
	border-color:RED; 
}

#content{
	background-color: WHITE;
	padding:5px 20px;
	margin:0;
	border-left:1px dashed #325872; 
	border-right:1px dashed #325872; 
	border-bottom:1px solid #325872;
}

#content h1{
/*	font-family:Arial;*/
	font-size:180%;
	border-bottom:1px solid SILVER;
}

#content h2{
/*	font-family:Arial;
 	font-size:130%;*/
	color:#1F1F2F;
/*	margin-bottom:2px;*/
}

#content h3{
/*	font-family:Arial;
	font-size:100%;*/
	color:GRAY;
	margin-top:10px;
	margin-bottom:-15px;
}

#content h4{
	font-family:Arial;
	font-size:1.0em;
	color:GRAY;
	margin-top:15px;
	margin-bottom:2px;
}

#footer{
	margin:2px;
	text-align:right;
	font-size:0.8em;
	color:#8F8F8F;
}

#footer a{
	color:#666666;
}

.info_table td:first-child{
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}


#schedule_table{
}

#schedule_table, #schedule_table td{
	border: 1px solid SILVER;
	border-collapse:collapse;
	padding: 5px;
}

#schedule_table tr:first-child{
	background-color:#EEEEEE;
	text-align:center;
	font-weight:bold;
}
/*
#schedule_table td:first-child{
	background-color:#EEEEEE;
	text-align:center;
}

#schedule_table tr&gt;th:first-child {
	width:7%;
}

#schedule_table tr&gt;th:nth-child(2) {
	width:35%;
}

#schedule_table tr&gt;th:nth-child(3) {
	width:30%;
}*/

#schedule_table ul {
	margin-left: -20px;
}


#program li{
	margin: .5em 0;
}

ul.clean {
	/*list-style-type: none;*/
	margin: 0 0;
/*	padding-left: 10px;*/
}

ul.clean li {
	margin: .3em 0;
}

#content dt {
	width: 150px;
	float: left;
	clear: left;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}

#content dt:after { 
	content: ":"; 
}

#content dd{

}
</pre></body></html>