/* 
    Created on : 17 Jul, 2014, 8:05:06 PM
    Author     : Manjunath CV
    Email      : cvmanjoo@gmail.com
*/

table {
    width: 900px;
}

p {
    text-indent:50px;
    text-align:justify; 
}

h1 {
    color: darkblue;
    font-size: x-large;
    border:5px black solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    padding: 5px; 
}

a {
    text-decoration: underline; 
}

/* Designed and developed by Manjunath CV */