/* 
    Created on : 05.03.2024, 12:24:55
    Author     : Ingo
    Version    : 0.00.01
*/

/* ########### */
/* 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
{
    width: 800px;
    margin: 0px auto 10px auto;
}