@charset "utf-8";
/* CSS Document */

/* front page*/

.front_options{
    color: #a3a3a3;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration:none;
    text-align: center;
    margin-top: 25px;
}
A:link, A:visited {text-decoration: none; color: #a1abff;}
A:hover {text-decoration: none; color: #787dff;}

.under_cons{
    color: #a3a3a3;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration:none;

    /*text-align: center;*/
}
#parent{
    position: relative;
    display: block;
   	width: 300px;
    margin:70px auto;
}

.main_page ul{
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding: 0;
}

.main_page li {
    list-style: square;
    position: relative;
    /*padding: 0 10px 10px 25px;*/
    margin: 0 0 10px 0;
}

.emph{
    color: #070151;
    font-weight: bolder;
}

