h1
 {
 font-family: Segoe UI;
 font-weight: normal;
 color: #980101;
 font-size: 21px;
 }
 
h2
 {
 font-family: Segoe UI;
 font-weight: normal;
 color: #980101;
 font-size: 18px;
 }
 
blockquote
 {
 background-image: url(image/green_quote.png);
 background-repeat: repeat-x;
 background-position: center bottom;
 #background-color: #EFEFEF;
 background-color: #CCEA8B;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border: 1px solid grey;
 font-family: Lucida Console;
 color: #555555;
 font-size: 12px;
 padding: 3px;
 width: 90%;
 margin-left: 5px;
 }
 
p
 {
 margin-top: 5px;
 margin-bottom: 5px;
 }
 
img
 {
 border: 0pt none;
 }
 
a
 {
 text-decoration: none;
 color: #003366;
 } 
a:hover
 {
 text-decoration: underline;
 color: #003366;
 }
a:visited
 {
 text-decoration: non;
 color: grey;
 /*border-bottom: 1px dashed grey;*/
 }
a:active
 {
 text-decoration: none;
 color: #003366;
 background-color: grey;
 border: 1px dashed black;
 }
 
img
{

}
 
.syn_python
{
background-image: url(image/code_python.png);
background-position: top right;
background-repeat: no-repeat;
}
 
.syn_php, .syn_python
{
border: 1px solid #CCCCCC;
background-color: white;
border-left: 10px solid #CCCCCC;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
#-webkit-border-radius: 5px;
width: 95%;
display: block;
padding: 5px;
}
 
.title1
 {
 font-family: Segoe UI;
 font-weight: normal;
 color: #980101;
 font-size: 21px;
 border-bottom: 1px dotted grey;
 width: 97%;
 }
 
.title2
 {
 font-family: Segoe UI;
 font-weight: normal;
 color: #980101;
 font-size: 18px;
 margin: 0px;
 padding-bottom: 0px;
 border-bottom: 1px dotted grey;
 width: 97%;
 }

 .quote
 {
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 padding: 3px;
 background-color: #EFEFEF;
 background-image: url(image/green_quote.png);
 border: 1px solid grey;
 font-family: Courier;
 font-size: 12px;
 color: #555555;
 width: 95%;
 }
