application.css 974 Bytes
Newer Older
April Guian's avatar
April Guian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
body{
				font-family:'Arial';
				background: url(sample3.gif) no-repeat center center fixed;
  				-webkit-background-size: cover;
  				-moz-background-size: cover;
  				-o-background-size: cover;
  				background-size: cover;
		}


h1{
				color: rgb(204, 28, 28);
				font-size: 24px;
				padding-top: 10px;
				text-align: center;
							}

#main-h1{
				color: #8b0000;
				font-size: 48px;
}

ul{
	list-style-type: none;
}

#main-menu{
				margin-top: 50px;
				text-align: center;
}

.menu-item{
				font-size: 24px;
				text-decoration: none;
				background-color: transparent;
				display: inline;
				padding-right: 50px;
				font-weight: bold;
}

a:link {
    text-decoration: none;
    color: rgb(204, 28, 28);
}

a:visited {
    text-decoration: none;
    color: rgb(204, 28, 28);
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #fffafa;
}

a:active {
    text-decoration: none;
    font-weight: bold;
    color: rgb(204, 28, 28);
}