@CHARSET "UTF-8";
@-ms-viewport {width: device-width;}
*{font-family: "Times New Roman";}
	body {
		background: #abc;
		font-size: 150%;
	}
	a {
		color: #300;
		text-decoration: none;
	}
	#links {
		margin-right: 1px;
		width: 10%;
	}
	#container {
		background: #e0f8e0;
		border: 1px solid green;
		height: auto;
		margin: 0 auto;
		width: 100%;
	}
	#nav {
		font-size: 160%;
		list-style-type: none;
	}
	#nav li {display: inline;}
	#nav ul {
		margin: 0;
		padding: 0;
	}
	#content {
		border: none;
		background: #f2f2f2;
		height: auto;
		padding: 5px;
		width: auto;
	}
	#hymns, #egw {
		list-style-type: none;
		text-decoration: none;
	}
	p {font-size: 120%;}
	h1, h2, h3 {color: green;}
	img[src="Athör Laweŋ ë Nhialic.jpg"] {
		height: auto;
		width: 100%;
	}
	button, input, textarea {
		border-radius: 5px;
		box-sizing: border-box;
		margin: 8px 0;
		padding: 15px;
		width: 100%;
	}
	input[type=submit],[type=reset] {
		background-color: #008080;
		border: none;
		color: white;
		font-size: 120%;
		margin: 8px 0;
		padding: 15px;
	}
	#form {
		background-color: #ccc;
		border-radius: 5px;
		padding: 15px;
	}