<pre><nowiki>
table.toptable{
width:100%;
border-left:4px solid blue;
border-right:4px solid blue;
border-top:none;
border-bottom:1px solid #6969EA;
}

.toptable td{
width:50%;
}

.toptable tr{
}

.toptable caption{
	border-right:none;
        border-top:none;
        border-left:10px solid #6969EA;
        border-bottom:1px groove blue;
        text-align:left;
        font-size:200%;
        font-weight:bold;
        margin-bottom:5px;
          
}

.firstHeading {
padding-left:50px;
background-image:url("http://images1.wikia.nocookie.net/doraemon/images/5/53/Dora_bell.png");
background-repeat:no-repeat;
}

h2{
	border-right:none;
        border-top:none;
        border-left:10px solid #6969EA;
        border-bottom:1px groove blue;
        text-align:left;
        font-size:200%;
        font-weight:bold;
}

h3{
	border-right:none;
        border-top:none;
        border-left:none;
        border-bottom:3px groove #3737DE;
        text-align:left;
        font-size:100%;
        font-weight:normal;
}

</nowiki></pre>