<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#feetable td, #feetable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#feetable tr:nth-child(even){background-color: #f2f2f2;}

#feetable tr:hover {background-color: #ddd;}

#feetable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3f51b5;
    color: white;
}
 a.blink:link, a.blink:visited {
    background-color: #3f51b5;
    color: white;
		padding: 14px 10px 10px;
	 font-weight:bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	 border-radius: 8px;
}


 a.blink:hover, a.blink:active {
    background-color: #3f00b5;
}


p.dropcap:first-letter {
  color: #3f51b5;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
p.blog:nth-of-type(odd) {
   background: white;
	text-align: justify;
}

p.blog:nth-of-type(even) {
    background: white;
	text-align: justify;
}
ul.blog {
	 list-style: square inside ;
}
ul.course {
	list-style: square;
}
ul.course li {
	padding: 2px 0px;
}
h4.course{
	
}

.lbefbutton {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #3f51b5;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
	margin-bottom:25px; !important
}

.lbefbutton:hover {background-color: #2f41a5; }
.lbefbutton:active {
  background-color: #4f61c5;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

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