﻿body, html {
    height: 100%;
}

.bgIndex { /* The image used */
    background-image: url("content/images/Pic ΑΡΧΙΚΗ.png"); /* Full height */
    height: 100%; /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

a {
    text-decoration: none;
    color: black;
    margin-left: 25px;
    margin-right: 25px;
   
}

.bgAbout { /* The image used */
    background-image: url("Content/images/Pic ΑΣΦΑΛΕΙΕΣ.png"); /* Full height */
    height: 100%; /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
a:visited {
    color:black;
}

a:hover {
    color: black;
}

a:focus {
    color: black;
}

a:active {
    color: black;
}
a:any-link {
    color:black;
}
a: