/*
	Only for the intro index.html page
*/

* {
        padding:0;
        margin:0;
}

body {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
        background-color: #ffffff;
        font-size: 11px;
        font-family: Verdana, Geneva, Arial, sans-serif;
        color: #333333;
        text-align:center;
}

/* global style */
a {
        color: #e67396;
        text-decoration: underline;
        outline: none;
}
a:hover {
        text-decoration: none;
        color: #e68ca7;
}

a:visited {
        color: #c86482;
}

input:focus {
        outline: 0;
        outline-offset: 0;
}
a img {
        outline: none;
        border: none;
        text-decoration: none;
}

