/* Presentation Stylesheet */ 
body {
     font-size:medium;
}

h1 {
         font-size:18px;                    margin:0px;
         padding: 5px 0;                    text-align: center;
}
h2 {
         font-size:15px;                    margin:0px;
         padding: 2px 0;                    text-align: center;
}
h3 {
         font-size:14px;                    text-align: center;
         margin:3px 0;
}
p:first-letter {
         font-weight: bold;                 color:maroon;
}
p {
         margin: 10px;                      text-align: center;
}
a {
         text-decoration:none;              color:maroon;
         font-size:10px;                    font-weight:bold;
}
a:hover {
         text-decoration:underline;
}
img {
         border: 0;
}

.inset {
       background: #c5cbd7; text-align:center;
}

.leftlist {
       font-size:11px; margin-top:2px
}

.leftlist li{
       list-style-type:square; margin:5px 0 0 -15px; text-align:left
}

.w500 {
      width:500px;             margin: 5px auto;
      text-align:justify;
}

.service {
      width:400px;                margin: 5px auto;
      border:5px solid #848CB5 ;  padding:2px;  
}