/* 
    lastChange : 13.11.2024
    Author     : Ingo
    Version    : 0.01.04
*/

/* ########### */
/* HTML - TAGS */

/* #### */
/* IDs  */

#HomePageFrame
{
    padding: 10px;
}

/* ####### */
/* Classes */

#HomePageFrame .entryLink
{
    text-decoration: none;
    color: #000085;
}
#HomePageFrame .entryLink:hover
{
    color: #0000f0;
}
#HomePageFrame .entryLink:visited
{
    color: #600000;
}
#HomePageFrame .entryLink:visited:hover
{
    color: #890000;
}

#HomePageFrame .startEntry
{
    margin: 0px auto 10px auto;
    width: 1200px;
}