/* 
    Document   : index
    Created on : 2011-4-6, 21:49:37
    Author     : tangguoping
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#welcome p{
    margin: 10px 15px;;
    
    text-align:justify;
    line-height: 150%;
}
#welcome h1{
    margin-top:10px;
    font-size: 26px;
    font-style: italic;
}
