/* --------------------------------------------*/
/* Text Style Datei fuer ASC                   */
/*                                             */
/* Werner Rehm                                 */
/* 12.Jan 1999                                 */
/*  2.Aug.2007 Anchor und Misc Tags zugefuegt  */
/*---------------------------------------------*/

/*******************************************************************************
  Paragraph Tags
*******************************************************************************/

p { 
    text-align:justify;
}

blockquote { 
    text-align:justify
}

/*******************************************************************************
  Anchor Tags
*******************************************************************************/

a:link {
    color: indigo;
    text-decoration:underline;
}

a:visited {
    text-decoration: underline;
    color: darkslategray;
}

a:active {
    text-decoration:underline;
    color: blue;
}

a:hover {
    text-decoration: none;
    color: yellow;
}

/*******************************************************************************
  Misc Tags
*******************************************************************************/

body {
    text-decoration: none;
    font-style: none;
    font-weight: none;
    margin-top:    20px;
    margin-left:   20px;
    margin-right:  20px;
    margin-bottom: 20px;
    background-color: #639BFF;
    color:#000000;

}

